Static Const Variable Declaration

I may be off a bit here but in order to set a value on a const, I believe you have to assign it in the header rather than the .cpp. So you should declare and give initial value at the same time in your .h file.

Additionally, it’s probably better to write 1.0f rather than 1.f… (the same applies to 0.f and 10.f of course :slight_smile: