From 7cde51d858aea18b1a72e04b186f71fca87c13d1 Mon Sep 17 00:00:00 2001 From: Simon Boehm Date: Thu, 11 Jan 2024 15:52:06 -0800 Subject: [PATCH] Update IrrCompileConfig.h --- include/IrrCompileConfig.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/IrrCompileConfig.h b/include/IrrCompileConfig.h index 6c61ab7de..1a5648a6c 100644 --- a/include/IrrCompileConfig.h +++ b/include/IrrCompileConfig.h @@ -17,8 +17,7 @@ #define IRRLICHT_VERSION_SVN alpha #define IRRLICHT_SDK_VERSION "1.9.0" IRRLICHT_VERSION_MT -#if BUILD_HEADLESS -// from https://github.com/EleutherAI/irrlicht +#if BUILD_HEADLESS // from https://github.com/EleutherAI/irrlicht #define _IRR_COMPILE_WITH_SDL_DEVICE_ #endif