Ensure LOGIC_RATE is not an integer.

This commit is contained in:
Steve 2016-05-29 15:59:26 +01:00
parent 2fbe225570
commit 2e7d0bb874
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define MAX_MOUSE_BUTTONS 6
#define FPS 60
#define LOGIC_RATE (1000 / FPS)
#define LOGIC_RATE (1000.0 / FPS)
#define TEXT_TTL (1000 * 20)