Fix a wrong function call

This commit is contained in:
Miloslav Číž 2020-10-04 15:33:29 +02:00
parent b99a8fa332
commit fc587ab94d
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ int main(int argc, char *argv[])
puts("SDL: initializing SDL");
SFG_init(SDL_INIT_EVERYTHING);
SFG_init();
window =
SDL_CreateWindow("raycasting", SDL_WINDOWPOS_UNDEFINED,