mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-25 17:43:44 +00:00
Update gfxNullDevice.cpp
This commit is contained in:
parent
815832152d
commit
8dc3163fae
1 changed files with 2 additions and 2 deletions
|
|
@ -68,8 +68,8 @@ public:
|
|||
GFXNullTextureObject(GFXDevice * aDevice, GFXTextureProfile *profile);
|
||||
~GFXNullTextureObject() { kill(); };
|
||||
|
||||
#ifUE_DEBUG
|
||||
void pureV overrideirtualCrash() override {}
|
||||
#ifdef TORQUE_DEBUG
|
||||
void pureVirtualCrash() override {}
|
||||
#endif
|
||||
|
||||
GFXLockedRect * lock( U32 mipLevel = 0, RectI *inRect = NULL ) override { return NULL; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue