mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 21:32:17 +00:00
Lengthened boundary of FPS counter; was wrapping when longer than 2 digits.
This was SVN commit r1190.
This commit is contained in:
@@ -406,7 +406,7 @@
|
||||
- FPS COUNTER -
|
||||
==========================================
|
||||
-->
|
||||
<object type="text" name="FPS_Counter" size="18 100%-35 100 100%" z="100" hotkey="hotkey.fps.toggle" textcolor="200 200 0" font="verdana16" hidden="false">
|
||||
<object type="text" name="FPS_Counter" size="18 100%-35 200 100%" z="100" hotkey="hotkey.fps.toggle" textcolor="200 200 0" font="verdana16" hidden="false">
|
||||
<action on="Load"><![CDATA[
|
||||
setInterval(UpdateFPSCounter, 50);
|
||||
]]></action>
|
||||
|
||||
Reference in New Issue
Block a user