mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fixed bad case in #include.
This commit is contained in:
parent
c847180bdc
commit
705c87c6cc
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
#include "v_text.h"
|
#include "v_text.h"
|
||||||
#include "m_argv.h"
|
#include "m_argv.h"
|
||||||
#include "doomerrors.h"
|
#include "doomerrors.h"
|
||||||
#include "Win32BaseVideo.h"
|
#include "win32basevideo.h"
|
||||||
|
|
||||||
#include "gl/system/gl_framebuffer.h"
|
#include "gl/system/gl_framebuffer.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue