Haku

Results 2 comments of Haku

Same with Multiplayer. Stuck at Life in the forest because of this.

In case anyone has this issue still and doesnt want to rebuild the source, you can overwrite the private field using reflection ``` var prop = openGLControl.GetType().GetField("timer", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance);...