Skip to content

Conversation

noahyor
Copy link
Member

@noahyor noahyor commented Jul 20, 2024

Closes #1561.

where
tpf = s ^. uiState . uiGameplay . uiTiming . uiTPF
fps = s ^. uiState . uiGameplay . uiTiming . uiFPS
tps = fps / tpf
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't tps = tpf * fps? ticks/frame * frames/sec = ticks/sec. fps / tpf would be in units of square frames per tick-second or something like that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops.. I guess I didn't do my math right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Better/more informative TPS/FPS display

2 participants