mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
guiControlProfile
This commit is contained in:
parent
b75d5b70c6
commit
32c6330b72
16 changed files with 91 additions and 189 deletions
|
|
@ -696,7 +696,7 @@ bool GuiWindowCtrl::onWake()
|
|||
return false;
|
||||
}
|
||||
|
||||
mTextureObject = mProfile->getBitmapResource();
|
||||
mTextureObject = mProfile->getBitmap();
|
||||
|
||||
mBitmapBounds = mProfile->mBitmapArrayRects.address();
|
||||
S32 buttonHeight = mBitmapBounds[(U32)BmpStates * (U32)BmpClose].extent.y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue