]> git.lizzy.rs Git - shadowclad.git/commitdiff
Turn off performance metering for now
authoroutfrost <kotlet.bahn@gmail.com>
Tue, 29 Jan 2019 03:31:47 +0000 (04:31 +0100)
committeroutfrost <kotlet.bahn@gmail.com>
Tue, 29 Jan 2019 03:31:47 +0000 (04:31 +0100)
main.c

diff --git a/main.c b/main.c
index a64ca14ab11f6cf24647328d3f3c7ef59da29999..ec5e93befe2d68e77f61f1165bde4fd81f15e771 100644 (file)
--- a/main.c
+++ b/main.c
@@ -57,7 +57,7 @@ int main(int argc, char** argv) {
        //glutMotionFunc(mouse_motion_event);
        
        initRender();
-       initPerformanceMetering();
+       //initPerformanceMetering();
        initLevel();
        
        glutMainLoop();