summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b8e723b..bd31bfb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -55,7 +55,7 @@ main (int argc,
}
window = SDL_CreateWindow(
- "SDL Tutorial",
+ "Blast Attack",
SDL_WINDOWPOS_UNDEFINED,
SDL_WINDOWPOS_UNDEFINED,
SCREEN_WIDTH, SCREEN_HEIGHT,