diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-05-04 16:22:06 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-05-04 16:22:06 +0200 |
commit | 812d82dee030299b33181c102f906d58781d4fe0 (patch) | |
tree | c9891fc675ed60f2390b5a25f3acaea21143f15f /.github/workflows | |
parent | 2fc3f945f22966d209986ab38575aa26e2e6c1fd (diff) |
Update to Godot 4.2.2 Stable Release
Fix UITools.cpp float conversion warning
Add `OpenVic::Utilities::to_real_t(std::floating_point)`
Add _real user defined literal for real_t
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index afc2d7e..c888b57 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -20,7 +20,7 @@ on: env: GODOT_BASE_DOWNLOAD_URL: https://github.com/godotengine/godot - GODOT_VERSION: 4.2.1 + GODOT_VERSION: 4.2.2 GODOT_VERSION_TYPE: stable OPENVIC_BASE_BRANCH: master |