prosperon/source/editor/debug.c

8 lines
97 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;
}