]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/client/scene.h
Add trees
[dragonblocks_alpha.git] / src / client / scene.h
index 1a27162fd345fda502842417c636523afb8a3268..2941db0f906ad487f9b9a90e196f098f2cde9456 100644 (file)
@@ -12,7 +12,7 @@
 extern struct Scene
 {
        List objects;
-       Bintree render_objects;
+       Bintree transparent_objects;
        pthread_mutex_t mtx;
        GLuint prog;
        GLint loc_model;