mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 04:20:23 +00:00
Fix ui::Manager::pumpQueue() error when compiling in debug mode
This commit is contained in:
parent
5d0c25b0da
commit
251e651cbd
@ -1009,7 +1009,7 @@ void Manager::pumpQueue()
|
||||
|
||||
// Call Timer::tick() if this is a tick message.
|
||||
if (msg->type() == kTimerMessage) {
|
||||
ASSERT(msg->timer.timer != NULL);
|
||||
ASSERT(static_cast<TimerMessage*>(msg)->timer() != NULL);
|
||||
static_cast<TimerMessage*>(msg)->timer()->tick();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user