MCPcopy 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
1717void Graphics::SetMaxFrameRate(int val) {
1718 config_.SetMaxFrameRate(val);
1719}
1720
1721void Graphics::SetSimpleFog(bool val) {
1722 config_.SetSimpleFog(val);

Callers 3

GraphicsMethod · 0.45
SetFromConfigMethod · 0.45
DrawSettingsImGuiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected