further work

attempt at fixing colour deserialization, not working
This commit is contained in:
minenice55
2022-08-21 20:50:19 -04:00
parent f209b2fd17
commit cc577966c1
7 changed files with 17 additions and 17 deletions

View File

@ -206,7 +206,7 @@ namespace HeavenStudio.Games
else
currentZoomCamDistance = dist;
lastEase = allCameraEvents[currentZoomIndex]["ease"];
lastEase = (EasingFunction.Ease) allCameraEvents[currentZoomIndex]["ease"];
}
}