Add savable Config class
This commit is contained in:
@@ -55,7 +55,7 @@ namespace WacK.Scenes
|
||||
{
|
||||
get
|
||||
{
|
||||
return BASE_PIXELS_PER_SECOND * PlaySettings.playSpeedMultiplier;
|
||||
return BASE_PIXELS_PER_SECOND * PlaySettings.playSpeedMultiplier.Value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user