Home
last modified time | relevance | path

Searched refs:frameslastfps (Results 1 – 1 of 1) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Dapp.cpp62 unsigned int frameslastfps = 0; // number of frames during current fps refresh interval variable
514 lastfps = (float)frameslastfps/totallastfps; in DrawInterface()
517 frameslastfps = 0; in DrawInterface()
520 ++frameslastfps; in DrawInterface()