You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Improve error reporting in the Particles emission point creation dialog
- Display an error message if the selected node doesn't extend from Spatial - Display the selected node name in error messages to provide additional context when relevant - Clarify error messages - Use the standard editor warning dialog
This commit is contained in:
@@ -49,8 +49,6 @@ protected:
|
||||
EditorFileDialog *emission_file_dialog;
|
||||
SceneTreeDialog *emission_tree_dialog;
|
||||
|
||||
ConfirmationDialog *err_dialog;
|
||||
|
||||
ConfirmationDialog *emission_dialog;
|
||||
SpinBox *emission_amount;
|
||||
OptionButton *emission_fill;
|
||||
|
||||
Reference in New Issue
Block a user