From 56ebc475531d626ddf86cadcb721f6b35f4a157c Mon Sep 17 00:00:00 2001 From: Orange Date: Thu, 23 Apr 2026 20:02:34 +0300 Subject: [PATCH] remove axys invertion --- include/omath/engines/unreal_engine/camera.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/omath/engines/unreal_engine/camera.hpp b/include/omath/engines/unreal_engine/camera.hpp index 4b5283e..1f62c3c 100644 --- a/include/omath/engines/unreal_engine/camera.hpp +++ b/include/omath/engines/unreal_engine/camera.hpp @@ -9,5 +9,5 @@ namespace omath::unreal_engine { - using Camera = projection::Camera; + using Camera = projection::Camera; } // namespace omath::unreal_engine \ No newline at end of file