summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorOmni <omniscient.oce@gmail.com>2024-08-16 22:44:45 +1000
committerOmni <omniscient.oce@gmail.com>2024-08-16 22:44:45 +1000
commitcfd7266c21a43cbd37fa712725cea85cdd1f7aab (patch)
treed09e6b819497c7823c062136142d9c1c9cfda3fc /src/defines.h
parenta4074b0feb6b2194af7c175fe1826c8e550f10aa (diff)
cyl mesh and poor mans translation gizmo
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h
index e9db543..0c0dcac 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -64,7 +64,7 @@ CORE_DEFINE_HANDLE(
// NOTE: The below is now handled in xmake.lua
// Platform will inform renderer backend (unless user overrides)
#if defined(CEL_PLATFORM_LINUX)
-// #define CEL_REND_BACKEND_OPENGL 1
+#define CEL_REND_BACKEND_OPENGL 1
// #define CEL_REND_BACKEND_VULKAN 1
#endif