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:
Kawe Mazidjatari 2022-11-25 00:08:10 +01:00
parent ea18f30eda
commit 1e76624c9b

View File

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