Fixed old bug in view_logic.py.
The comparison that this replaced never worked and always returned false. Changed the type(event) is Event to issubclass(type(event),Event). In testing this shaved ~0.25 seconds off event creation.
parent
d082ff41
No related branches found
No related tags found
Loading
Please register or sign in to comment