mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Add support for external resource Linking and Update text.
This commit is contained in:
@ -68,7 +68,7 @@ void plDTProgressMgr::Activate()
|
||||
{
|
||||
plPlateManager::Instance().CreatePlate(&fStaticTextPlate);
|
||||
|
||||
fStaticTextPlate->CreateFromJPEGResource(MAKEINTRESOURCE(plProgressMgr::GetStaticTextID(fCurrentStaticText)), 0);
|
||||
fStaticTextPlate->CreateFromResource(plProgressMgr::GetStaticTextID(fCurrentStaticText));
|
||||
fStaticTextPlate->SetVisible(true);
|
||||
fStaticTextPlate->SetOpacity(1.0f);
|
||||
fStaticTextPlate->SetSize(2 * 0.192f, 2 * 0.041f, true);
|
||||
|
Reference in New Issue
Block a user