serenity/Userland/Demos/Cube
Nicholas-Baron 73dd293ec4 Everywhere: Add -Wdouble-promotion warning
This warning informs of float-to-double conversions. The best solution
seems to be to do math *either* in 32-bit *or* in 64-bit, and only to
cross over when absolutely necessary.
2021-04-16 19:01:54 +02:00
..
CMakeLists.txt Demos: Move to Userland/Demos/ 2021-01-12 12:04:17 +01:00
Cube.cpp Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00