mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
GDScript: Remove RENAMED_IN_GODOT_4_HINT from GDScriptWarning::Code enum
This commit is contained in:
parent
0e3a5eda86
commit
cd918ff470
8 changed files with 16 additions and 18 deletions
|
|
@ -579,7 +579,7 @@ void ScriptTextEditor::_update_warnings() {
|
|||
|
||||
bool has_connections_table = false;
|
||||
// Add missing connections.
|
||||
if (GLOBAL_GET("debug/gdscript/warnings/enable").booleanize()) {
|
||||
if (GLOBAL_GET("debug/gdscript/warnings/enable")) {
|
||||
Node *base = get_tree()->get_edited_scene_root();
|
||||
if (base && missing_connections.size() > 0) {
|
||||
has_connections_table = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue