Separados los elementos de la pantalla en diferentes texturas
This commit is contained in:
@@ -83,7 +83,7 @@ bool Asset::checkFile(std::string path)
|
||||
const std::string filename = path.substr(path.find_last_of("\\/") + 1);
|
||||
SDL_RWops *file = SDL_RWFromFile(path.c_str(), "r+b");
|
||||
|
||||
if (file != NULL)
|
||||
if (file != nullptr)
|
||||
{
|
||||
result = "OK";
|
||||
success = true;
|
||||
|
||||
Reference in New Issue
Block a user