1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-08 23:36:34 -05:00

Loader: Never forget to change is_loaded.

This commit is contained in:
Emmanuel Gil Peyrot
2015-01-06 19:49:25 +00:00
parent 43e699d849
commit 85030c6e6b
6 changed files with 15 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ public:
private:
std::string filename;
bool is_loaded;
bool is_loaded = false;
};
} // namespace Loader