mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Increase viewport scroll speed for the recast editor
Due to the large scale of the Apex maps, and the modifications done to the library, this had to be increased significantly.
This commit is contained in:
parent
ea18f30eda
commit
1e76624c9b
@ -536,7 +536,7 @@ int not_main(int argc, char** argv)
|
||||
}
|
||||
else
|
||||
{
|
||||
scrollZoom += 1.0f;
|
||||
scrollZoom += 120.0f;
|
||||
}
|
||||
}
|
||||
else
|
||||
@ -547,7 +547,7 @@ int not_main(int argc, char** argv)
|
||||
}
|
||||
else
|
||||
{
|
||||
scrollZoom -= 1.0f;
|
||||
scrollZoom -= 120.0f;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user