Fixed 3D module

Former-commit-id: 91b5980f101ab55ce9313e80cbf3ece8c0da9b0f
This commit is contained in:
Lynix
2012-11-25 16:12:30 +01:00
parent ebd4512614
commit 7f6003085f
2 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ class Nz3D
static void Uninitialize();
private:
static unsigned int s_moduleReferenceCouter;
static unsigned int s_moduleReferenceCounter;
};
#endif // NAZARA_3D_HPP