Determine logic rate from FPS, not the other way around..!

This commit is contained in:
Steve 2015-11-22 13:19:35 +00:00
parent 7b1ff8f72e
commit 587ea29abb
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define MAX_KEYBOARD_KEYS 350
#define LOGIC_RATE 16
#define FPS (1000 / LOGIC_RATE)
#define FPS 60
#define LOGIC_RATE (1000 / FPS)
#define MAX_NAME_LENGTH 32
#define MAX_DESCRIPTION_LENGTH 512