mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-24 21:49:43 +00:00
removed obsolete profiling
This commit is contained in:
12
shmup.cpp
12
shmup.cpp
@@ -26,18 +26,6 @@ ld sqdist(shiftpoint a, shiftpoint b) {
|
||||
else return intval(a.h, unshift(b, a.shift));
|
||||
}
|
||||
|
||||
/*
|
||||
const char *lastprofile = "";
|
||||
int lt = 0;
|
||||
|
||||
void profile(const char *buf) {
|
||||
int gt = SDL_GetTicks();
|
||||
printf("%4d %s\n", gt - lt, lastprofile);
|
||||
lt = gt;
|
||||
lastprofile = buf;
|
||||
}
|
||||
*/
|
||||
|
||||
#if HDR
|
||||
#define SCALE cgi.scalefactor
|
||||
#define SCALE2 (SCALE*SCALE)
|
||||
|
||||
Reference in New Issue
Block a user