]> git.lizzy.rs Git - dragonblocks_alpha.git/commitdiff
Remove debug output
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 28 Mar 2021 10:20:09 +0000 (12:20 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 28 Mar 2021 10:20:09 +0000 (12:20 +0200)
src/client.c

index d32575d0d2c6981b1723e33452e537e0b6441e4c..b3b0f1bc6e27319685aacf67257c5ee9f02a6b97 100644 (file)
@@ -141,7 +141,6 @@ static void client_loop()
                }
 
                if (view_changed) {
-                       printf("%f %f %f\n", pos.x, pos.y, pos.z);
                        mat4x4_translate(view, -pos.x, -pos.y, -pos.z);
                        glUniformMatrix4fv(prog->loc_view, 1, GL_FALSE, view[0]);
                }