mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
Fixed hgignore. It was ignoring files that didn't have to.
Added the files wrongly ignored. Changed EE::MemoryManager::LogResults() to EE::MemoryManager::ShowResults(). Because it's not loging anything!
This commit is contained in:
@@ -46,7 +46,7 @@ EE_MAIN_FUNC int main (int argc, char * argv [])
|
||||
cEngine::DestroySingleton();
|
||||
|
||||
// If was compiled in debug mode it will print the memory manager report
|
||||
EE::MemoryManager::LogResults();
|
||||
EE::MemoryManager::ShowResults();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user