16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 17:29:18 +02:00

debug panel particle stats

This commit is contained in:
tmj-fstate
2019-10-20 18:07:05 +02:00
parent d0ac6bf599
commit ae40f5486f
4 changed files with 12 additions and 8 deletions

View File

@@ -129,6 +129,7 @@ private:
int traction { 0 };
int shapes { 0 };
int lines { 0 };
int particles { 0 };
int drawcalls { 0 };
};