mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Fix relative include path for RenderBackend.cpp
This commit is contained in:
parent
3f7cf5387d
commit
092d472a98
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