Closed BryceMehring closed 11 years ago
Because of the way glfw works, the timer class can only be used by one object at a time. If it is used again, it will give garbage data because the Game class is using it.
Fixed: bd4a60f45d0cdc948abf2f7336ac5bb34192fa46
Because of the way glfw works, the timer class can only be used by one object at a time. If it is used again, it will give garbage data because the Game class is using it.