Skip to content

Commit

Permalink
OpenGL
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero committed Jul 15, 2024
1 parent e2f1eae commit 8db1277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Application::Application(int &_argc, char **_argv, const WindowType _type,
#ifdef __APPLE__
AvailableAPIs api = AvailableAPIs::Metal;
#else
AvailableAPIs api = AvailableAPIs::Vulkan;
AvailableAPIs api = AvailableAPIs::OpenGL;
#endif
if (_renderEngineGuiApiBackend)
{
Expand Down

0 comments on commit 8db1277

Please sign in to comment.