mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
diff noise cleanup
This commit is contained in:
parent
72cc67e863
commit
0efc398423
1 changed files with 2 additions and 2 deletions
|
@ -169,9 +169,9 @@ R_LineGraph (int x, int y, int h)
|
|||
}
|
||||
|
||||
|
||||
#define MAX_TIMINGS 100
|
||||
#define MAX_TIMINGS 100
|
||||
extern float mouse_x, mouse_y;
|
||||
int graphval;
|
||||
int graphval;
|
||||
|
||||
/*
|
||||
R_TimeGraph
|
||||
|
|
Loading…
Reference in a new issue