mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2025-02-17 15:40:19 -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");
|
puts("SDL: initializing SDL");
|
||||||
|
|
||||||
SFG_init(SDL_INIT_EVERYTHING);
|
SFG_init();
|
||||||
|
|
||||||
window =
|
window =
|
||||||
SDL_CreateWindow("raycasting", SDL_WINDOWPOS_UNDEFINED,
|
SDL_CreateWindow("raycasting", SDL_WINDOWPOS_UNDEFINED,
|
||||||
|
Loading…
Reference in New Issue
Block a user