This commit is contained in:
Rachael Alexanderson 2017-03-28 16:29:07 -04:00
commit 9da596cd9c
82 changed files with 3302 additions and 1407 deletions

View file

@ -280,6 +280,7 @@ void DMenu::CallDrawer()
{
VMValue params[] = { (DObject*)this };
GlobalVMStack.Call(func, params, 1, nullptr, 0, nullptr);
screen->ClearClipRect(); // make sure the scripts don't leave a valid clipping rect behind.
}
}