mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Fixed typo in Overlay
This commit is contained in:
@@ -34,7 +34,7 @@ class IMICFPS
|
|||||||
|
|
||||||
if window.config.get(:debug_options, :stats)
|
if window.config.get(:debug_options, :stats)
|
||||||
create_slot "Vertices: #{formatted_number(window.number_of_vertices)}"
|
create_slot "Vertices: #{formatted_number(window.number_of_vertices)}"
|
||||||
create_slot "Face: #{formatted_number(window.number_of_vertices / 3)}"
|
create_slot "Faces: #{formatted_number(window.number_of_vertices / 3)}"
|
||||||
end
|
end
|
||||||
|
|
||||||
if window.config.get(:debug_options, :boundingboxes)
|
if window.config.get(:debug_options, :boundingboxes)
|
||||||
|
|||||||
Reference in New Issue
Block a user