Skip to content

Commit

Permalink
Updated gui lable for the frame time field
Browse files Browse the repository at this point in the history
  • Loading branch information
RealDanTheMan committed Jun 8, 2024
1 parent bdb2820 commit 9d3ccfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrousel/appgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def Update(self) -> None:
imgui.text('FPS: ')
imgui.same_line(position=200)
imgui.input_int('##FPS', self.fps, flags=imgui.INPUT_TEXT_READ_ONLY)
imgui.text('Frame Time: ')
imgui.text('Frame Time (ms): ')
imgui.same_line(position=200)
imgui.input_float('##Frame Time', self.frame_time, flags=imgui.INPUT_TEXT_READ_ONLY)
imgui.text('Frames: ')
Expand Down

0 comments on commit 9d3ccfd

Please sign in to comment.