We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd3cd5 commit a9d3e40Copy full SHA for a9d3e40
1 file changed
decompile/General/AltMods/DebugMenu/Font.c
@@ -157,7 +157,7 @@ void DebugProfiler_ListAllDebugStats()
157
int Debug_GetFirstSect();
158
struct ProfilerSection* ptrSectArr = Debug_GetFirstSect();
159
160
- if((sdata->gGT->timer & FPS_DOUBLE(16)) != 0)
+ if((sdata->gGT->timer & (FPS_DOUBLE(16)-1)) == 0)
161
{
162
timeFrame =
163
ptrSectArr[numSectionsUsed-1].timeEnd -
0 commit comments