Skip to content

Commit

Permalink
Update DebugRenderer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorton06 committed Aug 8, 2024
1 parent 5f4ca6e commit fa6026b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lumos/Source/Lumos/Graphics/Renderers/DebugRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ namespace Lumos
#elif LUMOS_PLATFORM_LINUX
#define VSNPRINTF(...) stbsp_vsnprintf(__VA_ARGS__)
#elif LUMOS_PLATFORM_MOBILE
#define VSNPRINTF(...) void(0)
#define VSNPRINTF(...) stbsp_vsnprintf(__VA_ARGS__)
#else
#define VSNPRINTF(...) void(0)
#define VSNPRINTF(...) 0
#endif

void DebugRenderer::Init()
Expand Down

0 comments on commit fa6026b

Please sign in to comment.