Added assertion check

This commit is contained in:
Markus Sauermann 2023-01-26 16:10:32 +01:00
parent 44c0bfc94d
commit b15a3ea3a4

View File

@ -759,6 +759,7 @@ void Viewport::_process_picking() {
}
if (new_collider.is_valid()) {
DEV_ASSERT(co);
co->_mouse_enter();
}