From f95231f339c22ceaa15030f37f0c1744acbe53b2 Mon Sep 17 00:00:00 2001 From: Hartmut Seichter Date: Sun, 27 Jan 2019 15:22:23 +0100 Subject: [PATCH] fix for axisangle to matrix conversion checked with rotation matrices and mesh apply quick hack for a AABB calculation --- src/scripting/src/runtime_lua.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scripting/src/runtime_lua.hpp b/src/scripting/src/runtime_lua.hpp index 170a8a6..c9daae7 100644 --- a/src/scripting/src/runtime_lua.hpp +++ b/src/scripting/src/runtime_lua.hpp @@ -36,8 +36,6 @@ protected: #define PW_REGISTER_USE_LUA(name) register_##name##_lua(); - - }