Lowered size of frame rate history buffer.
This commit is contained in:
parent
09cd56280c
commit
9ecbe3b8ae
1 changed files with 6 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
|||
#define _GENERAL_H
|
||||
|
||||
|
||||
#define FG_FRAME_RATE_HISTORY 20
|
||||
#define FG_FRAME_RATE_HISTORY 10
|
||||
|
||||
|
||||
/* the general house keeping structure definition */
|
||||
|
@ -50,9 +50,12 @@ extern fgGENERAL general;
|
|||
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.4 1998/05/06 03:14:30 curt
|
||||
/* Added a shared frame rate counter.
|
||||
/* Revision 1.5 1998/05/07 23:03:17 curt
|
||||
/* Lowered size of frame rate history buffer.
|
||||
/*
|
||||
* Revision 1.4 1998/05/06 03:14:30 curt
|
||||
* Added a shared frame rate counter.
|
||||
*
|
||||
* Revision 1.3 1998/03/14 00:27:58 curt
|
||||
* Promoted fgGENERAL to a "type" of struct.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue