mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Fixed: DSBarInfo::ScreenSizeChanged() must call its supermethod.
SVN r3783 (trunk)
This commit is contained in:
parent
c53a4f3ae1
commit
6bb6df483a
1 changed files with 1 additions and 0 deletions
|
@ -993,6 +993,7 @@ public:
|
|||
|
||||
void ScreenSizeChanged()
|
||||
{
|
||||
Super::ScreenSizeChanged();
|
||||
V_CalcCleanFacs(script->resW, script->resH, SCREENWIDTH, SCREENHEIGHT, &script->cleanX, &script->cleanY);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue