mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-22 03:08:24 +00:00
REVIEWED: raudio: Some LOG_ERROR -> LOG_WARNING #1562
This commit is contained in:
@@ -3000,7 +3000,7 @@ void rlDrawMeshInstanced(Mesh mesh, Material material, Matrix *transforms, int c
|
||||
glUseProgram(0);
|
||||
|
||||
#else
|
||||
TRACELOG(LOG_ERROR, "VAO: Instanced rendering requires GRAPHICS_API_OPENGL_33");
|
||||
TRACELOG(LOG_WARNING, "VAO: Instanced rendering requires GRAPHICS_API_OPENGL_33");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user