diff --git a/Kav b/Kav index ca6c914..46f2cad 160000 --- a/Kav +++ b/Kav @@ -1 +1 @@ -Subproject commit ca6c91446e7a36c72db4f50ba6d7b6ab91a35605 +Subproject commit 46f2cad81a83b59dfa0bfe7e77a79234f187e5d9 diff --git a/KavTest/KavTestGame.cs b/KavTest/KavTestGame.cs index 406eb5d..c4ae22e 100644 --- a/KavTest/KavTestGame.cs +++ b/KavTest/KavTestGame.cs @@ -287,7 +287,7 @@ namespace KavTest WorldBuilder.SendMessage(new LightBulbSpawnMessage( new Transform3D(start.ToXNAVector(), Quaternion.Identity, new Vector3(0.1f, 0.1f, 0.1f)), RandomHelper.RandomColor(), - 500f, + 50f, RandomHelper.RandomLoop(start, 2, 5, 3, 10) )); }