Fixed gauge spelling error.
This commit is contained in:
parent
1f4788fbb5
commit
26bfe067e9
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ draw( void ) // (HUD_scale * pscale )
|
||||||
width = scrn_rect.left + scrn_rect.right;
|
width = scrn_rect.left + scrn_rect.right;
|
||||||
marker_xs = scrn_rect.left; // x start
|
marker_xs = scrn_rect.left; // x start
|
||||||
|
|
||||||
if(type=="guage") {
|
if(type=="gauge") {
|
||||||
|
|
||||||
vmin = min_val();
|
vmin = min_val();
|
||||||
vmax = max_val();
|
vmax = max_val();
|
||||||
|
|
Loading…
Add table
Reference in a new issue