hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.08k stars 55 forks source link

TICKS_PER_SECOND = 0 pegs the CPU #96

Closed Ralith closed 4 years ago

Ralith commented 4 years ago

Ideally, this should simply disable calls to update.

hecrj commented 4 years ago

Thanks for the report!

99 should fix this.