fix indentation, now using tabs

This commit is contained in:
arthur.jamet
2021-05-21 23:52:08 +02:00
parent dd128b8b97
commit d1d994fd29
+2
View File
@@ -15,9 +15,11 @@
#include "Drawables/3D/Grid.hpp"
#include "Drawables/3D/Cube.hpp"
#include <cmath>
#include "Wal.hpp"
int main()
{
WAL::Wal wal;
SetTraceLogLevel(LOG_WARNING);
//--------------------------------------------------------------------------------------
const int screenWidth = 800;