Parcourir la source

Correct typo

pull/1113/head
Ray il y a 5 ans
Parent
révision
7912fac815
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      examples/others/rlgl_standalone.c

+ 1
- 1
examples/others/rlgl_standalone.c Voir le fichier

@ -54,7 +54,7 @@
#include <GLFW/glfw3.h> // Windows/Context and inputs management #include <GLFW/glfw3.h> // Windows/Context and inputs management
#inclde <stdio.h> </span>// Requried for: printf()
#include <stdio.h> // Required for: printf()
#define RED (Color){ 230, 41, 55, 255 } // Red #define RED (Color){ 230, 41, 55, 255 } // Red
#define RAYWHITE (Color){ 245, 245, 245, 255 } // My own White (raylib logo) #define RAYWHITE (Color){ 245, 245, 245, 255 } // My own White (raylib logo)

Chargement…
Annuler
Enregistrer