]> git.lizzy.rs Git - shadowclad.git/blobdiff - performance.c
Add the concept of a player character and load its 3D model
[shadowclad.git] / performance.c
index 916517b98ae8c2b9da064d04c4e0fff1b237910d..443652cedccbaae87b648c6ca6bf0c2f0354067f 100644 (file)
@@ -14,6 +14,8 @@ static Timepoint lastDisplayTime;
 static int frames = 0;
 static bool meteringEnabled = false;
 
+
+
 void initPerformanceMetering() {
        if (clock_gettime(CLOCK_MONOTONIC, &lastDisplayTime) != 0) {
                logWarning("Clock read failed, performance metering unavailable");