Update godot-cpp to match Godot v4.0-rc1 API

Usage of VARIANT_ENUM_CAST has changed.
This commit is contained in:
Leroy Hopson 2023-02-12 07:32:23 +13:00
parent f36f1db315
commit 11ed797005
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
2 changed files with 2 additions and 2 deletions

View file

@ -159,6 +159,6 @@ private:
void _update_theme_item_cache();
};
VARIANT_ENUM_CAST(Terminal, UpdateMode);
VARIANT_ENUM_CAST(Terminal::UpdateMode);
#endif // GODOT_XTERM_TERMINAL_H

@ -1 +1 @@
Subproject commit 19091138895d35e1ce69742889b8bfd82be57f17
Subproject commit 516fad14e45d341211121832bb3daa172aebd6e1