Fixes assertion errors in DEBUG build when LOBOT is enabled.
Closes #82
Adjusted the else branch to prevent DEBUG build hitting an assertion error due to this function returning false and prevents crashes in blitter functions due to nullptr dereference as what happened with bio's original solution.
Fixes assertion errors in DEBUG build when LOBOT is enabled. Closes #82
Adjusted the else branch to prevent DEBUG build hitting an assertion error due to this function returning false and prevents crashes in blitter functions due to nullptr dereference as what happened with bio's original solution.