Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetMaxFrameRate
Method
SetMaxFrameRate
Source/Graphics/graphics.cpp:1717–1719 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1715
}
1716
1717
void Graphics::SetMaxFrameRate(int val) {
1718
config_.SetMaxFrameRate(val);
1719
}
1720
1721
void Graphics::SetSimpleFog(bool val) {
1722
config_.SetSimpleFog(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