diff --git a/src/noggit/ui/ObjectEditor.h b/src/noggit/ui/ObjectEditor.h index 0801997e..a1201b31 100755 --- a/src/noggit/ui/ObjectEditor.h +++ b/src/noggit/ui/ObjectEditor.h @@ -38,8 +38,8 @@ namespace Noggit { struct object_paste_params { - float minRotation = 0.f; - float maxRotation = 360.f; + float minRotation = -180.f; + float maxRotation = 180.f; float minTilt = -5.f; float maxTilt = 5.f; float minScale = 0.9f;