mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-22 09:40:46 +00:00
Merge pull request #435 from coldtobi/ftbfs_include_path
Fix relative include path for RenderBackend.cpp
This commit is contained in:
commit
f18ccd63d6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#pragma hdrstop
|
||||
#include "precompiled.h"
|
||||
|
||||
#include "../../framework/Common_local.h"
|
||||
#include "framework/Common_local.h"
|
||||
#include "RenderCommon.h"
|
||||
#include "Framebuffer.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue