diff options
Diffstat (limited to 'game/physical.h')
-rw-r--r-- | game/physical.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/game/physical.h b/game/physical.h index 44af5e6..4ad8a49 100644 --- a/game/physical.h +++ b/game/physical.h @@ -32,7 +32,6 @@ protected: private: static Cache<Mesh> cachedMesh; - static Cache<Texture> cachedTexture; }; #endif |