Mirai-Team / mirai-project

C++ library for games making purposes.
Other
3 stars 0 forks source link

Methods names of Updatable and UpdateModule classes. #29

Closed CBenoit closed 9 years ago

CBenoit commented 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;