Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisah2 committed Apr 7, 2024
1 parent 94f67c5 commit 98c2bb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/ui/activity/GameActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class GameActivity : SDLActivity() {
if (!physicsFPS!!.isEmpty()) {
try {
Os.setenv("OPENMW_PHYSICS_FPS", physicsFPS, true)
Os.setenv("OSG_TEXT_SHADER_TECHNIQUE", "NO_TEXT_SHADER", true)
Os.setenv("OSG_TEXT_SHADER_TECHNIQUE", "ALL", true)
} catch (e: ErrnoException) {
Log.e("OpenMW", "Failed setting environment variables.")
e.printStackTrace()
Expand Down
6 changes: 3 additions & 3 deletions buildscripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ set(MYGUI_VERSION 3.4.3)
set(MYGUI_HASH SHA256=d1d5f294670ae71f7200ed4b30859018281d8cfd45d6a38d18b97a4aba604c42)

# https://github.com/sisah2/gl4es/releases
set(GL4ES_VERSION f5191aebea03bed9901268b127e75b35d85d251d)
set(GL4ES_VERSION eb87d808d643782d81f77e8013799e4bbd21dded)
set(GL4ES_HASH SHA256=b565e717c7d192e936bda25f3cb90ad8db398af56414ec08294b6716574c1a6d)

# https://github.com/openscenegraph/OpenSceneGraph/releases
set(OSG_VERSION 69cfecebfb6dc703b42e8de39eed750a84a87489)
set(OSG_VERSION 673f30ad3820faf2a5e901ffe403b5246b8918fe)
set(OSG_HASH SHA256=aea196550f02974d6d09291c5d83b51ca6a03b3767e234a8c0e21322927d1e12)

# https://github.com/lz4/lz4/releases
Expand All @@ -56,7 +56,7 @@ set(LIBICU_VERSION 70-1)
set(LIBICU_HASH SHA256=4013d7aff8a34bae410664bdb16554d7eda03654b22627b9284ab55a685492d4)

# https://github.com/OpenMW/openmw/commits/master
set(OPENMW_VERSION 051ce531751eb076aab62a2b471dce0936886268)
set(OPENMW_VERSION dcfb943186c8c0ec185f31b52bf10d172c674043)
set(OPENMW_HASH SHA256=44d044ad0a5546216fe611fe92c37065bb07e2efeeeaac4f049dae03df313186)

# End of configurable options
Expand Down

0 comments on commit 98c2bb8

Please sign in to comment.