mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +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(GFXDevice * aDevice, GFXTextureProfile *profile);
|
||||||
~GFXNullTextureObject() { kill(); };
|
~GFXNullTextureObject() { kill(); };
|
||||||
|
|
||||||
#ifUE_DEBUG
|
#ifdef TORQUE_DEBUG
|
||||||
void pureV overrideirtualCrash() override {}
|
void pureVirtualCrash() override {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
GFXLockedRect * lock( U32 mipLevel = 0, RectI *inRect = NULL ) override { return NULL; };
|
GFXLockedRect * lock( U32 mipLevel = 0, RectI *inRect = NULL ) override { return NULL; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue