]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
surfaces are now texture sorted rather than shader sorted, OpaqueWall renderers have...
[xonotic/darkplaces.git] / model_shared.h
index d35e06a5a38bb103e4669ca4a244f858f93ca981..d0280aa50086c37ee258f098bc28a93f41d9ffc0 100644 (file)
@@ -156,7 +156,7 @@ typedef struct model_s
        hull_t                  hulls[MAX_MAP_HULLS];
 
        int                             numtextures;
-       texture_t               **textures;
+       texture_t               *textures;
 
        qbyte                   *visdata;
        qbyte                   *lightdata;