]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
add Blub's r_track_sprites for SPR_LABEL*
[xonotic/darkplaces.git] / client.h
index 92616050e20662ced6906326c4fd4dbf27d8f8be..830b933112b622e058dc7197454728831552505c 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1404,7 +1404,7 @@ typedef struct r_view_s
        // (as long as R_View_Update is called)
 
        // eye position information
-       matrix4x4_t matrix;
+       matrix4x4_t matrix, inverse_matrix;
        vec3_t origin;
        vec3_t forward;
        vec3_t left;