mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 03:45:26 +00:00
more cleanups
cleanup the type removing the refactor tag materialManager restored to its original state
This commit is contained in:
parent
a8d7664fc2
commit
c025ea86b4
9 changed files with 20 additions and 21 deletions
|
|
@ -442,7 +442,7 @@ void GuiControlProfile::initPersistFields()
|
|||
"Texture to use for rendering control.", AbstractClassRep::FIELD_HideInInspectors);
|
||||
#endif
|
||||
|
||||
addProtectedField("bitmapAsset", TypeImageAssetPtrRefactor, Offset(mBitmapAsset, GuiControlProfile),
|
||||
addProtectedField("bitmapAsset", TypeImageAssetPtr, Offset(mBitmapAsset, GuiControlProfile),
|
||||
&GuiControlProfile::protectedSetBitmap, &defaultProtectedGetFn,
|
||||
"Texture to use for rendering control.");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue