diff options
Diffstat (limited to 'src/gui/widgets/playerbox.cpp')
-rw-r--r-- | src/gui/widgets/playerbox.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/playerbox.cpp b/src/gui/widgets/playerbox.cpp index 4775e266f..09ebe610d 100644 --- a/src/gui/widgets/playerbox.cpp +++ b/src/gui/widgets/playerbox.cpp @@ -138,6 +138,11 @@ void PlayerBox::draw(Graphics *graphics) BLOCK_END("PlayerBox::draw") } +void PlayerBox::safeDraw(Graphics *graphics) +{ + PlayerBox::draw(graphics); +} + void PlayerBox::drawFrame(Graphics *graphics) { BLOCK_START("PlayerBox::drawFrame") |