diff --git a/src/defs.h b/src/defs.h index fc0ab42..743fe04 100644 --- a/src/defs.h +++ b/src/defs.h @@ -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