Closed CBenoit closed 9 years ago
All the methods in Updatable and UpdateModule classes begin with an upper case instead of a lower case as it should be according to the NORMS.md file content.
Example at line 52 in Updatable.hpp class :
virtual void Update(float deltaTime) = 0;
All the methods in Updatable and UpdateModule classes begin with an upper case instead of a lower case as it should be according to the NORMS.md file content.
Example at line 52 in Updatable.hpp class :