Browse Source

Corrected typo

pull/708/head
raysan5 6 years ago
parent
commit
91a7b0e5ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/raylib.h

+ 1
- 1
src/raylib.h View File

@ -138,7 +138,7 @@
// Temporal hack to avoid breaking old codebases using
// deprecated raylib implementation of these functions
#define FormatText TextFormat
#define SubText TextSubText
#define SubText TextSubtext
//----------------------------------------------------------------------------------
// Structures Definition

Loading…
Cancel
Save