Fix Aurora draw call display in performance overlay

It was getting reset at the start of the frame... Just cache the values.
This commit is contained in:
PJB3005
2026-04-07 22:17:48 +02:00
parent 74942f3c76
commit 8f77ca72b1
3 changed files with 22 additions and 13 deletions
+6
View File
@@ -3,7 +3,13 @@
#include <aurora/aurora.h>
#include "aurora/gfx.h"
extern AuroraInfo auroraInfo;
extern const char* configPath;
namespace dusk {
extern AuroraStats lastFrameAuroraStats;
}
#endif // DUSK_DUSK_H