fix GLM error

fix this problem: "GLM: GLM_GTX_transform is an experimental extension and may change in the future"
This commit is contained in:
misha98857 2018-04-03 21:54:27 +04:00 committed by GitHub
commit c288083bb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#define GLM_ENABLE_EXPERIMENTAL
#include "anbox/graphics/emugl/Renderer.h"
#include "anbox/graphics/emugl/DispatchTables.h"
#include "anbox/graphics/emugl/RenderThreadInfo.h"