mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Merge 992ba66f75 into 76ec3632d8
This commit is contained in:
commit
007b2e9da6
2 changed files with 20 additions and 14 deletions
|
|
@ -136,7 +136,6 @@ int main(int argc, char *argv[]) {
|
|||
LAST = NOW;
|
||||
NOW = SDL_GetPerformanceCounter();
|
||||
deltaTime = (double)((NOW - LAST)*1000 / (double)SDL_GetPerformanceFrequency() );
|
||||
printf("%f\n", deltaTime);
|
||||
|
||||
int mouseX = 0;
|
||||
int mouseY = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue