Remove 'rui_defaultDebugFontFace' asignment

Redundant, as its defaulted to 'ArameMono' in the executable now.
This commit is contained in:
Kawe Mazidjatari 2023-07-15 21:31:34 +02:00
parent 89092a9bb8
commit 1496e86273
2 changed files with 0 additions and 6 deletions

View File

@ -6,11 +6,6 @@
//////////////////////////
cl_noTimeoutLocalHost "0" // Do not time-out on local connections.
//////////////////////////
//// DEBUG TEXT ////
//////////////////////////
rui_defaultDebugFontFace "ArameMono" // Sets the RUI debug font face.
//////////////////////////
//// PLATFORM ////
//////////////////////////

View File

@ -45,7 +45,6 @@ cl_gpustats_offset_x "650" // GPU stats 'X' offset.
cl_gpustats_offset_y "115" // GPU stats 'Y' offset.
phys_showObjectCount "1" // Shows physics object count.
rui_defaultDebugFontFace "ArameMono" // Sets the RUI debug font face.
hitch_alert_color "255 000 000 255" // Sets the RUI hitch alert font color.
//////////////////////////