mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 03:48:14 +00:00
Align spacing
This commit is contained in:

committed by
Sam Lantinga

parent
3b90ce4995
commit
36ec4cd397
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
static SDL_Joystick *joystick = NULL;
|
static SDL_Joystick *joystick = NULL;
|
||||||
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
SNAKE_CELL_NOTHING = 0U,
|
SNAKE_CELL_NOTHING = 0U,
|
||||||
@@ -340,7 +339,7 @@ SDL_AppResult SDL_AppInit(void **appstate, int argc, char *argv[])
|
|||||||
|
|
||||||
*appstate = as;
|
*appstate = as;
|
||||||
|
|
||||||
if (!SDL_CreateWindowAndRenderer("examples/snake", SDL_WINDOW_WIDTH, SDL_WINDOW_HEIGHT, 0, &as->window, &as->renderer)) {
|
if (!SDL_CreateWindowAndRenderer("examples/demo/01-snake", SDL_WINDOW_WIDTH, SDL_WINDOW_HEIGHT, 0, &as->window, &as->renderer)) {
|
||||||
return SDL_APP_FAILURE;
|
return SDL_APP_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user