Update ReadMe.md

This commit is contained in:
G3bE 2020-02-15 21:57:06 +10:00 committed by GitHub
parent 534f55ca38
commit 968f145583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ pub fn main() anyerror!void
const screenWidth = 800;
const screenHeight = 450;
InitWindow(screenWidth, screenHeight, c"Rayzig test");
InitWindow(screenWidth, screenHeight, c"MyWindow");
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
//--------------------------------------------------------------------------------------