MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / OptionShowFPSChanged

Function OptionShowFPSChanged

Source/options.cpp:296–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294#endif
295
296void OptionShowFPSChanged()
297{
298 if (*sgOptions.Graphics.showFPS)
299 EnableFrameCount();
300 else
301 frameflag = false;
302}
303
304void OptionLanguageCodeChanged()
305{

Callers

nothing calls this directly

Calls 1

EnableFrameCountFunction · 0.85

Tested by

no test coverage detected