mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 21:11:39 +00:00
Changed: Minor changes
This commit is contained in:
parent
58d6ebb7a6
commit
72e707bbe0
2 changed files with 44 additions and 42 deletions
|
@ -1961,6 +1961,7 @@ namespace NLGUI
|
|||
}
|
||||
while (cb);
|
||||
}
|
||||
|
||||
// Check if screen size changed
|
||||
uint32 w, h;
|
||||
CViewRenderer::getInstance()->checkNewScreenSize ();
|
||||
|
@ -1983,6 +1984,7 @@ namespace NLGUI
|
|||
_BProp = CDBManager::getInstance()->getDbProp("UI:SAVE:COLOR:B");
|
||||
_AProp = CDBManager::getInstance()->getDbProp("UI:SAVE:COLOR:A");
|
||||
}
|
||||
|
||||
setGlobalColor(NLMISC::CRGBA(
|
||||
(uint8)_RProp->getValue32(),
|
||||
(uint8)_GProp->getValue32(),
|
||||
|
|
Loading…
Reference in a new issue