mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
fixes for reload and flush
This commit is contained in:
parent
f6dc694bd4
commit
1edfbcf447
7 changed files with 88 additions and 39 deletions
|
|
@ -208,9 +208,7 @@ public:
|
|||
//-----------------------------------------------------------------------
|
||||
// Data
|
||||
//-----------------------------------------------------------------------
|
||||
void onImageAssetChanged() {
|
||||
reload();
|
||||
}
|
||||
void onImageAssetChanged();
|
||||
|
||||
DECLARE_IMAGEASSET_ARRAY(Material, DiffuseMap, MAX_STAGES, onImageAssetChanged);
|
||||
DECLARE_IMAGEASSET_ARRAY_SETGET(Material, DiffuseMap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue