Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
This commit is contained in:
parent
a0bc602061
commit
16a40598f6
47 changed files with 616 additions and 505 deletions
|
@ -207,6 +207,9 @@ int main(int argc, char* argv[])
|
|||
SDL_bool quitting = SDL_FALSE;
|
||||
SDL_RWops *src;
|
||||
|
||||
/* Enable standard application logging */
|
||||
SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
|
||||
|
||||
//gesture variables
|
||||
knob.r = .1f;
|
||||
knob.ang = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue