senior gesprek fixes

This commit is contained in:
Sem van der Hoeven
2020-09-16 16:04:21 +02:00
parent c171f15316
commit 5f65eb32fd
4 changed files with 8 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ namespace RH_Engine
return sb.ToString();
}
public string SkyboxCommand(int time)
public string SkyboxCommand(double time)
{
if (time < 0 || time > 24)
{