Skip to content

Commit

Permalink
Disable meshoptimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Oct 25, 2022
1 parent b1c370e commit d87d69f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Celestia/src/main/cpp/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
#define CELX
#define HAVE_STD_FILESYSTEM
#define HAVE_CHARCONV
#define HAVE_MESHOPTIMIZER
//#define HAVE_MESHOPTIMIZER
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="298"
android:versionCode="299"
android:versionName="1.5.13">

<uses-feature android:glEsVersion="0x00020000" android:required="true" />
Expand Down

0 comments on commit d87d69f

Please sign in to comment.