Branimir Karadžić 8 years ago
parent
commit
e9e936df90
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/32-particles/particles.cpp

+ 2 - 2
examples/32-particles/particles.cpp

@@ -210,8 +210,8 @@ struct Emitter
 		ImGuizmo::Manipulate(
 				_view
 				, _proj
-				, ImGuizmo::OPERATION::TRANSLATE
-				, ImGuizmo::MODE::LOCAL
+				, ImGuizmo::TRANSLATE
+				, ImGuizmo::LOCAL
 				, mtx
 				);