File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
* raylib [core] example - Basic window (adapted for HTML5 platform)
4
4
*
5
5
* This example is prepared to compile for PLATFORM_WEB, PLATFORM_DESKTOP and PLATFORM_RPI
6
- * As you will notice, code structure is slightly diferent to the other examples...
6
+ * As you will notice, code structure is slightly different to the other examples...
7
7
* To compile it for PLATFORM_WEB just uncomment #define PLATFORM_WEB at beginning
8
8
*
9
9
* This example has been created using raylib 1.3 (www.raylib.com)
@@ -31,7 +31,7 @@ int screenHeight = 450;
31
31
void UpdateDrawFrame (void ); // Update and Draw one frame
32
32
33
33
//----------------------------------------------------------------------------------
34
- // Main Enry Point
34
+ // Main Entry Point
35
35
//----------------------------------------------------------------------------------
36
36
int main ()
37
37
{
@@ -80,4 +80,4 @@ void UpdateDrawFrame(void)
80
80
81
81
EndDrawing ();
82
82
//----------------------------------------------------------------------------------
83
- }
83
+ }
You can’t perform that action at this time.
0 commit comments