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