mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 13:25:36 +00:00
various cleanups and fixes
basicClouds refactored null dereference fixes in guiMenuBar
This commit is contained in:
parent
eb746a1142
commit
4d980e5406
6 changed files with 104 additions and 32 deletions
|
|
@ -94,9 +94,8 @@ protected:
|
|||
static U32 smVertCount;
|
||||
static U32 smTriangleCount;
|
||||
|
||||
DECLARE_IMAGEASSET_ARRAY(BasicClouds, Texture, TEX_COUNT, onTextureChanged);
|
||||
DECLARE_IMAGEASSET_ARRAY_NET_SETGET(BasicClouds, Texture, -1);
|
||||
void onTextureChanged() {}
|
||||
DECLARE_IMAGEASSET_ARRAY_NET_REFACTOR(BasicClouds, Texture, GFXStaticTextureSRGBProfile, TEX_COUNT, -1)
|
||||
|
||||
GFXStateBlockRef mStateblock;
|
||||
|
||||
GFXShaderRef mShader;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue