Files
godot/editor
Haoyu Qiu cb0fa0ed7b Fix error when opening Inspector's dots menu
When the inspector is empty, opening the "extra resource options" menu
produces a error:

> Condition "current_res.is_null()" is true.

Opening the mneu with no current resource is valid use case, so
`ERR_FAIL_COND` should not be used.
2023-03-16 15:06:57 +08:00
..
2023-02-27 17:24:03 +01:00
2023-01-19 13:02:18 +01:00
2023-01-31 18:54:04 +01:00
2023-01-31 18:54:04 +01:00
2023-01-17 15:55:40 +01:00