You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Merge pull request #72121 from Sauermann/fix-missing-assertion
Added assertion check
This commit is contained in:
@@ -759,6 +759,7 @@ void Viewport::_process_picking() {
|
||||
}
|
||||
|
||||
if (new_collider.is_valid()) {
|
||||
DEV_ASSERT(co);
|
||||
co->_mouse_enter();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user