mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 14:14:33 +00:00
guiControlProfile
This commit is contained in:
parent
b75d5b70c6
commit
32c6330b72
16 changed files with 91 additions and 189 deletions
|
|
@ -148,7 +148,7 @@ bool GuiScrollCtrl::onWake()
|
|||
if (! Parent::onWake())
|
||||
return false;
|
||||
|
||||
mTextureObject = mProfile->getBitmapResource();
|
||||
mTextureObject = mProfile->getBitmap();
|
||||
if (mTextureObject && (mProfile->constructBitmapArray() >= (U32)BmpStates * (U32)BmpCount))
|
||||
{
|
||||
mBitmapBounds = mProfile->mBitmapArrayRects.address();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue