revert incorrect assertion
This commit is contained in:
parent
e2e3caaad1
commit
54b7e13e45
1 changed files with 3 additions and 2 deletions
|
@ -604,8 +604,9 @@ static void SdlDoEvent(const EventCallback &callbacks, SDL_Event &event)
|
|||
break;
|
||||
}
|
||||
|
||||
Assert(&callbacks == GetCallbacks());
|
||||
handleInput(&event);
|
||||
if (&callbacks == GetCallbacks()) {
|
||||
handleInput(&event);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue