adspartan:

noggit: ui: object_editor: fix default rotation not matching the range of the widgets
4a693475a4
This commit is contained in:
T1ti
2024-08-31 07:28:14 +02:00
parent 9e0ca19d71
commit 9d8d0a1a4a

View File

@@ -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;