Skip to content

Commit

Permalink
reflect change in celestia
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Mar 30, 2020
1 parent d455d62 commit 46ab256
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ list(APPEND CELESTIA_SOURCES
${CELESTIA_SRC_DIR}/celengine/galaxy.cpp
${CELESTIA_SRC_DIR}/celengine/galaxy.h
${CELESTIA_SRC_DIR}/celengine/geometry.h
${CELESTIA_SRC_DIR}/celengine/gl.cpp
${CELESTIA_SRC_DIR}/celengine/gl.h
${CELESTIA_SRC_DIR}/celengine/glsupport.cpp
${CELESTIA_SRC_DIR}/celengine/glsupport.h
${CELESTIA_SRC_DIR}/celengine/glmarker.cpp
${CELESTIA_SRC_DIR}/celengine/globular.cpp
${CELESTIA_SRC_DIR}/celengine/globular.h
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/cpp/CelestiaAppCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <unistd.h>

#include <celestia/celestiacore.h>
#include <celengine/gl.h>
#include <celengine/glsupport.h>
#include <celestia/helper.h>
#include <celutil/util.h>
#include <celutil/gettext.h>
Expand Down Expand Up @@ -195,7 +195,7 @@ class AppCoreProgressWatcher: public ProgressNotifier
extern "C"
JNIEXPORT jboolean JNICALL
Java_space_celestia_mobilecelestia_core_CelestiaAppCore_c_1initGL(JNIEnv *env, jclass clazz) {
glInit();
celestia::gl::init();
return JNI_TRUE;
}

Expand Down

0 comments on commit 46ab256

Please sign in to comment.