fix warning

This commit is contained in:
Matt Parker
2025-10-17 18:42:30 +10:00
parent ebc77f596e
commit 1c8bb16640

View File

@@ -292,6 +292,7 @@ public class Terminal
set => _object.LocalizeNumeralSystem = value;
}
[Obsolete("Use 'Godot.Node.AutoTranslateMode' and 'Godot.Node.CanAutoTranslate()' instead.")]
public bool AutoTranslate
{
get => _object.AutoTranslate;