overte-JulianGro/interface
Phil Palmer 8c7c91ed6f Remove const from variable declarations as suggested in the review.
Suggested here: https://github.com/vircadia/vircadia/pull/928/files#r549830690

The ones I've left are either
- values known at compile time, eg. const float MIN_LENGTH_FOR_NORMALIZE = 0.061f;
- consts that were already there in the previous code, eg. const float MAX_DISPLACEMENT = 0.5f * _radius;
2020-12-29 19:31:35 -05:00
..
compiledResources
external
i18n
icon Update interface and server-console icons. 2020-06-07 20:43:38 -04:00
resources Merge pull request #906 from vircadia/fix/update-references 2020-12-15 01:29:47 -05:00
src Remove const from variable declarations as suggested in the review. 2020-12-29 19:31:35 -05:00
ui Specified color on text edit for console 2019-10-29 15:46:16 -07:00
CMakeLists.txt Set OpenGL_GL_PREFERENCE to LEGACY 2020-10-13 20:13:45 +02:00
interface.entitlements
interface.exe.manifest