Ybalrid / Annwvyn

Annwvyn C++ Open Source designed-for-VR game engine and application developement framework
MIT License
41 stars 7 forks source link

[OGRE21] Replace global define to constexpr inside class scope #103

Closed Ybalrid closed 7 years ago

Ybalrid commented 7 years ago

For the sake of some code cleanliness, there's constants that are defined with the C preprocessor. This should be moved to constexpr static variables. That will not change the compiled code, but will remove some pollution to the global space

Ybalrid commented 7 years ago

Done, and backported to Master