From 6a4076de58557dc9c4de329fd29fe1564a248af7 Mon Sep 17 00:00:00 2001 From: sam-astro <77079540+sam-astro@users.noreply.github.com> Date: Sat, 21 May 2022 12:04:00 -0400 Subject: [PATCH] Fix formatting and spelling --- ZSharp/ZS.h | 2 +- examples/Pong-Example-Project/script.zs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZSharp/ZS.h b/ZSharp/ZS.h index f49473f..dd6ccde 100644 --- a/ZSharp/ZS.h +++ b/ZSharp/ZS.h @@ -1,4 +1,4 @@ -#include +#include using namespace std; diff --git a/examples/Pong-Example-Project/script.zs b/examples/Pong-Example-Project/script.zs index 9c223f4..36a1ef0 100644 --- a/examples/Pong-Example-Project/script.zs +++ b/examples/Pong-Example-Project/script.zs @@ -13,7 +13,7 @@ float lerpSpeed = 14 bool aiOn = false // Main is always run at the VERY BEGINNING. Start() is the start of GRAPHICS -// so if you never call ZS.Grapgics.Init, then Start won't run +// so if you never call ZS.Graphics.Init, then Start won't run func Main() { // Immediately creates the window, then Start(), then the game loop. The game loop calls Update() every frame