mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Update godot-cpp to match Godot v4.0-rc1 API
Usage of VARIANT_ENUM_CAST has changed.
This commit is contained in:
parent
f36f1db315
commit
11ed797005
2 changed files with 2 additions and 2 deletions
|
@ -159,6 +159,6 @@ private:
|
||||||
void _update_theme_item_cache();
|
void _update_theme_item_cache();
|
||||||
};
|
};
|
||||||
|
|
||||||
VARIANT_ENUM_CAST(Terminal, UpdateMode);
|
VARIANT_ENUM_CAST(Terminal::UpdateMode);
|
||||||
|
|
||||||
#endif // GODOT_XTERM_TERMINAL_H
|
#endif // GODOT_XTERM_TERMINAL_H
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 19091138895d35e1ce69742889b8bfd82be57f17
|
Subproject commit 516fad14e45d341211121832bb3daa172aebd6e1
|
Loading…
Reference in a new issue