You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix some code found by Coverity Scan and PVS Studio
This commit is contained in:
@@ -173,7 +173,7 @@ class ScriptEditorDebugger : public Control {
|
||||
void _set_reason_text(const String &p_reason, MessageType p_type);
|
||||
void _scene_tree_property_select_object(ObjectID p_object);
|
||||
void _scene_tree_property_value_edited(const String &p_prop, const Variant &p_value);
|
||||
int _update_scene_tree(TreeItem *parent, const Array &items, int current_index);
|
||||
int _update_scene_tree(TreeItem *parent, const Array &nodes, int current_index);
|
||||
|
||||
void _video_mem_request();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user