seperation of body initialization, glider model
[carveJwlIkooP6JGAAIwe30JlM.git] / world_render.h
index 540e0be2aa5bb85f29e0d0ddddd78c6d085f9e5b..ecbd3d22ec093a78cb68dfb128df537b2a3f3340 100644 (file)
@@ -51,12 +51,12 @@ struct world_render{
    u32 timer_text_count;
 
    struct text_particle{
-      rb_object obj;
+      rigidbody rb;
       m4x3f mlocal;
       ent_glyph *glyph;
       v4f colour;
-
       m4x3f mdl;
+      f32 radius;
    }
    text_particles[6*4];
    u32 text_particle_count;