diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-03-10 16:40:39 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-03-10 16:40:39 +0100 |
| commit | fb77929fb48c1256c24fa6cb758665a3ea7d3130 (patch) | |
| tree | de91cc7768b72609308d837df7bef1c512c4e2e9 /tests/functional | |
| parent | 71df9eb978b4920d50acf3d3e7f4079becc338c3 (diff) | |
replace SOKOL_GLCORE33 with SOKOL_GLCORE
Diffstat (limited to 'tests/functional')
| -rw-r--r-- | tests/functional/force_dummy_backend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/force_dummy_backend.h b/tests/functional/force_dummy_backend.h index 22390e7d..ac1b6739 100644 --- a/tests/functional/force_dummy_backend.h +++ b/tests/functional/force_dummy_backend.h @@ -1,8 +1,8 @@ #if defined(SOKOL_GLES3) #undef SOKOL_GLES3 #endif -#if defined(SOKOL_GLCORE33) -#undef SOKOL_GLCORE33 +#if defined(SOKOL_GLCORE) +#undef SOKOL_GLCORE #endif #if defined(SOKOL_METAL) #undef SOKOL_METAL |