random
[carveJwlIkooP6JGAAIwe30JlM.git] / scene.h
diff --git a/scene.h b/scene.h
index 8fffe9780f9232b92af4568ee97219966df68607..b4491fa083f3d2000906171e07642944b24339f1 100644 (file)
--- a/scene.h
+++ b/scene.h
@@ -114,7 +114,6 @@ VG_STATIC void scene_add_submesh( scene *pscene, mdl_context *mdl,
 
    pscene->vertex_count += sm->vertex_count;
    pscene->indice_count += sm->indice_count;
-
 }
 
 /*