Explorar o código

a terrible typo!

jmelesky %!s(int64=7) %!d(string=hai) anos
pai
achega
e05ca8941c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lesson02/src/main.rs

+ 1 - 1
lesson02/src/main.rs

@@ -30,7 +30,7 @@ fn init() -> Canvas<Window> {
         Err(err)  => panic!("Could not gain access to the SDL2 video subsystem. Error: {}", err),
     };
 
-    let window = match video.window("SDL Tutorial, lesson 01", WIDTH, HEIGHT)
+    let window = match video.window("SDL Tutorial, lesson 02", WIDTH, HEIGHT)
         .position_centered()
         .opengl()
         .build() {