1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/editor
Haoyu Qiu ef06e5d786 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.

(cherry picked from commit cb0fa0ed7b)
2023-03-16 16:42:53 +01: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-02-21 08:08:53 +02:00
2023-01-17 15:55:40 +01:00