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:
Martín Lucas Golini
2012-12-17 00:29:06 -03:00
parent e41fe70952
commit 1f42c01174
26 changed files with 1812 additions and 1175 deletions

View File

@@ -1938,7 +1938,7 @@ EE_MAIN_FUNC int main (int argc, char * argv []) {
eeDelete( Test );
EE::MemoryManager::LogResults();
EE::MemoryManager::ShowResults();
return 0;
}