MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetFramerateMultiplier

Method GetFramerateMultiplier

TombEngine/Renderer/RendererHelper.cpp:528–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526 }
527
528 float Renderer::GetFramerateMultiplier() const
529 {
530 return g_Configuration.EnableHighFramerate ? (g_Renderer.GetScreenRefreshRate() / (float)FPS) : 1.0f;
531 }
532
533 float Renderer::GetInterpolationFactor(bool forceRawValue) const
534 {

Callers 5

DrawExaminesMethod · 0.80
FadeAmmoSelectorMethod · 0.80
SpinBackMethod · 0.80
DrawAmmoSelectorMethod · 0.80
DrawCurrentObjectListMethod · 0.80

Calls 1

GetScreenRefreshRateMethod · 0.80

Tested by

no test coverage detected