1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Merge remote-tracking branch 'riothamus/riothamus-b787-B'

This commit is contained in:
Marc Zinnschlag 2013-05-23 09:13:39 +02:00
commit 681345dd15

View File

@ -104,24 +104,24 @@
</Widget>
<!-- Advanced FPSCounter box -->
<Widget type="Widget" skin="HUD_Box" position="12 12 118 51" align="Left Top"
<Widget type="Widget" skin="HUD_Box" position="12 12 138 51" align="Left Top"
name="FPSBoxAdv">
<Property key="Visible" value="false"/>
<Widget type="TextBox" skin="NumFPS" position="3 3 82 17">
<Widget type="TextBox" skin="NumFPS" position="4 3 71 17">
<Property key="Caption" value="FPS: "/>
</Widget>
<Widget type="TextBox" skin="NumFPS" position="53 3 82 17" name="FPSCounterAdv"/>
<Widget type="TextBox" skin="NumFPS" position="68 3 71 17" name="FPSCounterAdv"/>
<Widget type="TextBox" skin="NumFPS" position="3 3 82 32">
<Widget type="TextBox" skin="NumFPS" position="2 3 71 32">
<Property key="Caption" value="Tri Count: "/>
</Widget>
<Widget type="TextBox" skin="NumFPS" position="53 3 82 32" name="TriangleCounter"/>
<Widget type="TextBox" skin="NumFPS" position="78 3 71 32" name="TriangleCounter"/>
<Widget type="TextBox" skin="NumFPS" position="3 3 82 47">
<Widget type="TextBox" skin="NumFPS" position="4 3 82 47">
<Property key="Caption" value="Batch Count: "/>
</Widget>
<Widget type="TextBox" skin="NumFPS" position="53 3 82 47" name="BatchCounter"/>
<Widget type="TextBox" skin="NumFPS" position="65 3 82 47" name="BatchCounter"/>
</Widget>
</Widget>