Fix relative include paths, breaking build if systems' libimgui is to be used.

This commit is contained in:
Tobias Frost 2020-08-25 15:12:27 +02:00
parent f2a7361fc0
commit c24d1fd4a4
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;