From d87d69ffa856e8a9aec83fa27d358464d3ad5be1 Mon Sep 17 00:00:00 2001 From: Levin Li Date: Tue, 25 Oct 2022 18:01:16 +0800 Subject: [PATCH] Disable meshoptimizer --- Celestia/src/main/cpp/config.h | 2 +- app/src/main/AndroidManifest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Celestia/src/main/cpp/config.h b/Celestia/src/main/cpp/config.h index 8b4df259..5af22b04 100644 --- a/Celestia/src/main/cpp/config.h +++ b/Celestia/src/main/cpp/config.h @@ -13,4 +13,4 @@ #define CELX #define HAVE_STD_FILESYSTEM #define HAVE_CHARCONV -#define HAVE_MESHOPTIMIZER \ No newline at end of file +//#define HAVE_MESHOPTIMIZER \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6281b210..e460240e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -13,7 +13,7 @@