]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
you can now (try to) play in maps you don't have, and models you don't have are shown...
[xonotic/darkplaces.git] / gl_backend.h
index 3cbb69946905f80d1268af65301092309b64de12..eac1e6d7a6237baf5bfc8965f7e794c351cf68df 100644 (file)
@@ -17,8 +17,7 @@ typedef struct
        int numverts;
        int tex[MAX_TEXTUREUNITS];
        int texrgbscale[MAX_TEXTUREUNITS]; // used only if COMBINE is present
-       // model to world transform matrix
-       matrix4x4_t matrix;
+       matrix4x4_t matrix; // model to world transform matrix
 
        // output
        int *index;