TRex22 / RapidGame

A framework that aims to make games easier, fun and from the code (old school). The Framework will hopefully support SDL, XNA and MonoGame projects for Windows, Linux and others. Porting from different systems should only require minor changes.
http://trex22.github.io/RapidGame
MIT License
2 stars 0 forks source link

There is a problem with Engine.Exit() #53

Closed TRex22 closed 10 years ago

TRex22 commented 10 years ago

There is a problem with Engine.Exit(). The original Update () Exit in game1.cs works perfectly. Fix the problem.

Engine.Exit() seems to be creating some infinitesimal loop.