Determine logic rate from FPS, not the other way around..!
This commit is contained in:
parent
7b1ff8f72e
commit
587ea29abb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue