diff options
| author | Ray San <[email protected]> | 2017-12-20 12:35:12 +0100 |
|---|---|---|
| committer | Ray San <[email protected]> | 2017-12-20 12:35:12 +0100 |
| commit | e8bb53ed3520d2219cd7513b9c1fc20908dbf6f6 (patch) | |
| tree | 8376f69c3adba0e67862f932abc8d6092fd16af8 /src/rlgl.h | |
| parent | 61afd07bd7b3a96c6f0f460b668f52cf1a8bd90f (diff) | |
| download | raylib-e8bb53ed3520d2219cd7513b9c1fc20908dbf6f6.tar.gz raylib-e8bb53ed3520d2219cd7513b9c1fc20908dbf6f6.zip | |
Corrected issue on OpenGL ES compilation
Diffstat (limited to 'src/rlgl.h')
| -rw-r--r-- | src/rlgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -422,7 +422,7 @@ void rlglClose(void); // De-inititialize rlgl (buffers void rlglDraw(void); // Update and Draw default buffers (lines, triangles, quads) int rlGetVersion(void); // Returns current OpenGL version -void rlDebugSetMarker(const char *text); // Set debug marker for analysis +void rlSetDebugMarker(const char *text); // Set debug marker for analysis void rlLoadExtensions(void *loader); // Load OpenGL extensions Vector3 rlUnproject(Vector3 source, Matrix proj, Matrix view); // Get world coordinates from screen coordinates |
