Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Jul 21, 2024
1 parent 7c9b9c8 commit 704ea2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/frt/os_frt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@

#ifndef GLES3_DISABLED
#include "drivers/gles3/rasterizer_gles3.h"
#endif

#define FRT_DL_SKIP
#include "drivers/gles2/rasterizer_gles2.h"
#endif

#include "drivers/gles2/rasterizer_gles2.h"

typedef AudioDriverManager AudioDriverManagerSW;
typedef AudioDriver AudioDriverSW;
Expand Down

0 comments on commit 704ea2e

Please sign in to comment.