MCPcopy 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
1713void Graphics::SetLimitFpsInGame(bool val) {
1714 config_.SetLimitFpsInGame(val);
1715}
1716
1717void Graphics::SetMaxFrameRate(int val) {
1718 config_.SetMaxFrameRate(val);

Callers 3

GraphicsMethod · 0.45
SetFromConfigMethod · 0.45
DrawSettingsImGuiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected