mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-26 22:21:40 -04:00
393bf7b77a
It was getting reset at the start of the frame... Just cache the values.
16 lines
244 B
C++
16 lines
244 B
C++
#ifndef DUSK_DUSK_H
|
|
#define DUSK_DUSK_H
|
|
|
|
#include <aurora/aurora.h>
|
|
|
|
#include "aurora/gfx.h"
|
|
|
|
extern AuroraInfo auroraInfo;
|
|
extern const char* configPath;
|
|
|
|
namespace dusk {
|
|
extern AuroraStats lastFrameAuroraStats;
|
|
}
|
|
|
|
#endif // DUSK_DUSK_H
|