prosperon/source/engine/debug/debug.c

9 lines
98 B
C
Raw Normal View History

2021-11-30 21:29:18 -06:00
#include "debug.h"
unsigned long long triCount = 0;
void resetTriangles()
{
triCount = 0;
2022-02-06 10:14:57 -06:00
}