]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level/rigid_bodies.c
Delete LineStream from the existance
[nothing.git] / src / game / level / rigid_bodies.c
index 4282f206c4593c7b984525af5e705d7c6a8b1360..019e1f4e7f074a0d1f14ce1f755f85db850b895d 100644 (file)
@@ -6,7 +6,6 @@
 #include "system/lt.h"
 #include "system/nth_alloc.h"
 #include "system/stacktrace.h"
-#include "system/line_stream.h"
 #include "system/str.h"
 #include "system/log.h"
 
@@ -222,7 +221,7 @@ int rigid_bodies_render(RigidBodies *rigid_bodies,
         return -1;
     }
 
-    snprintf(text_buffer, 256, 
+    snprintf(text_buffer, 256,
         "id: %zd\n"
         "p:(%.2f, %.2f)\n"
         "v:(%.2f, %.2f)\n"