Merge pull request #72121 from Sauermann/fix-missing-assertion

Added assertion check
This commit is contained in:
Rémi Verschelde 2023-01-26 22:50:07 +01:00
commit 0a19973245
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

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