修复部分模拟器无效/崩溃的问题

This commit is contained in:
chinosk
2024-05-23 21:27:02 +08:00
parent 808e3532fc
commit b120acabfe
3 changed files with 22 additions and 2 deletions
@@ -7,7 +7,7 @@ namespace BaseCamera {
float moveStep = 0.05;
float look_radius = 5; // 转向半径
float moveAngel = 1.5; // 转向角度
float moveAngel = 1; // 转向角度
int smoothLevel = 1;
unsigned long sleepTime = 0;