mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
Update gfxNullDevice.cpp
ubuntu gcc crash on this function
This commit is contained in:
parent
2b295fb7f0
commit
155696ba76
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ public:
|
|||
GFXNullTextureObject(GFXDevice * aDevice, GFXTextureProfile *profile);
|
||||
~GFXNullTextureObject() { kill(); };
|
||||
|
||||
void pureVirtualCrash() override { };
|
||||
virtual void pureVirtualCrash() { };
|
||||
|
||||
GFXLockedRect * lock( U32 mipLevel = 0, RectI *inRect = NULL ) override { return NULL; };
|
||||
void unlock( U32 mipLevel = 0) override {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue