mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
Fixed regression after label code refactoring.
svn-id: r32940
This commit is contained in:
parent
1f4ebd2f47
commit
0f8f3d51bb
@ -649,6 +649,7 @@ void Gfx::freeLabels() {
|
||||
delete _labels[i];
|
||||
}
|
||||
_labels.clear();
|
||||
_floatingLabel = NO_FLOATING_LABEL;
|
||||
}
|
||||
|
||||
void Gfx::drawLabels() {
|
||||
|
Loading…
Reference in New Issue
Block a user