You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving sprintf(&buf[0],...) from if(ShowFrameRate) to if(seconds != 0.0F) and use a separate static char* fps_str avoids useless string write updates too.
The text was updated successfully, but these errors were encountered:
Moving
sprintf(&buf[0],...)
fromif(ShowFrameRate)
toif(seconds != 0.0F)
and use a separatestatic char* fps_str
avoids useless string write updates too.The text was updated successfully, but these errors were encountered: