mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-21 16:35:08 -05:00
Fix a wrong function call
This commit is contained in:
parent
b99a8fa332
commit
fc587ab94d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user