From bc81663da79a08f644e0398acd883d041c381f39 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 9 Feb 2018 08:11:05 +0100 Subject: [PATCH] 10.3h --- changelog.txt | 5 +++++ init.cpp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index ee086eec..7bec1ea1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2227,3 +2227,8 @@ Gameplay bugfixes - Hypersian Rug now works on Android, and it is controllable by rotating the device (combined with "stereo version" Cardboard VR should be supported) - fixed a crash bug in the iOS version +2018.02.09 08:08 version 10.3h +- minor optimizations +- fixed a crash bug when leaving quotient space +- fixed the problems with incorrect display and mouse control in the Hypersian Rug mode +- fixed the display in the spherical geometry diff --git a/init.cpp b/init.cpp index 138bb50b..4fdbccd0 100644 --- a/init.cpp +++ b/init.cpp @@ -18,8 +18,8 @@ #define NOLICENSE #endif -#define VER "10.3g" -#define VERNUM 10307 +#define VER "10.3h" +#define VERNUM 10308 #define CAP_SHADER CAP_GL