mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Merge pull request #489 from coldtobi/fix_imgui_includes
Fix relative include paths, breaking build if systems' libimgui is to…
This commit is contained in:
commit
f7160d3ead
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#include "precompiled.h"
|
||||
|
||||
#include "RenderCommon.h"
|
||||
#include "../../libs/imgui/imgui.h"
|
||||
#include "libs/imgui/imgui.h"
|
||||
|
||||
const float idGuiModel::STEREO_DEPTH_NEAR = 0.0f;
|
||||
const float idGuiModel::STEREO_DEPTH_MID = 0.5f;
|
||||
|
|
|
@ -31,7 +31,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
|
||||
#include "DeviceContext.h"
|
||||
|
||||
#include "../../libs/imgui/imgui.h"
|
||||
#include "libs/imgui/imgui.h"
|
||||
#include "../renderer/GuiModel.h"
|
||||
|
||||
extern idCVar in_useJoystick;
|
||||
|
|
Loading…
Reference in a new issue