Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

Commit

Permalink
Profilier text color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
docent27 committed Feb 21, 2022
1 parent 88dbb0a commit 3835856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/ui/activity/GameActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class GameActivity : SDLActivity() {
Os.setenv("LIBGL_USEVBO", "1", true)
Os.setenv("LIBGL_NOHIGHP", "1", true)
Os.setenv("LIBGL_NOPSA", "1", true)
Os.setenv("OSG_TEXT_SHADER_TECHNIQUE", "ALL", true)
} catch (e: ErrnoException) {
Log.e("OpenMW", "Failed setting environment variables.")
e.printStackTrace()
Expand Down

0 comments on commit 3835856

Please sign in to comment.