Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetLimitFpsInGame
Method
SetLimitFpsInGame
Source/Graphics/graphics.cpp:1713–1715 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1711
}
1712
1713
void Graphics::SetLimitFpsInGame(bool val) {
1714
config_.SetLimitFpsInGame(val);
1715
}
1716
1717
void Graphics::SetMaxFrameRate(int val) {
1718
config_.SetMaxFrameRate(val);
Callers
3
Graphics
Method · 0.45
SetFromConfig
Method · 0.45
DrawSettingsImGui
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected