Fixed typo
parent
8aa3d56b86
commit
129e2b7b86
|
@ -171,7 +171,7 @@ namespace tgui
|
||||||
{
|
{
|
||||||
char* buffer;
|
char* buffer;
|
||||||
#ifdef SFML_SYSTEM_WINDOWS
|
#ifdef SFML_SYSTEM_WINDOWS
|
||||||
if ((filename.size() > 1) && (resourcePath[0] != '/') && (resourcePath[0] != '\\') && (resourcePath[1] != ':'))
|
if ((resourcePath.size() > 1) && (resourcePath[0] != '/') && (resourcePath[0] != '\\') && (resourcePath[1] != ':'))
|
||||||
resourcePath = getResourcePath() + resourcePath;
|
resourcePath = getResourcePath() + resourcePath;
|
||||||
|
|
||||||
buffer = _fullpath(nullptr, resourcePath.c_str(), 512);
|
buffer = _fullpath(nullptr, resourcePath.c_str(), 512);
|
||||||
|
|
Loading…
Reference in New Issue