diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-07-02 07:38:22 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-07-02 07:38:22 +0700 |
commit | a81bc67e90df2fddb8e2b8ad5ac6e13cf7c81032 (patch) | |
tree | 939ef5ca9e1911d3fa9186d3c7b8f2f9472952a5 /gradle.properties | |
parent | 511269ba2d250893481cb55f84ae22cba9ba0dc6 (diff) | |
download | OneConfig-a81bc67e90df2fddb8e2b8ad5ac6e13cf7c81032.tar.gz OneConfig-a81bc67e90df2fddb8e2b8ad5ac6e13cf7c81032.tar.bz2 OneConfig-a81bc67e90df2fddb8e2b8ad5ac6e13cf7c81032.zip |
pass a UMatrixStack in HUD API
From 1.17+, most matrix transformations can only be done with a MatrixStack instance, thus to prepare for a OneConfig 1.17+ port this has been done.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 47a5aee..de53850 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name = OneConfig mod_id = oneconfig -mod_version = 0.1.0-alpha42 +mod_version = 0.1.0-alpha43 essential.defaults.loom=0 |