Fix stdshaders #includes casing

This is important for case-sensitive filesystems/operating systems (i.e.
Linux).
This commit is contained in:
Alexander 'z33ky' Hirsch
2020-06-14 10:41:30 +02:00
parent 9d0f5197bd
commit 5ba311b9e6
24 changed files with 104 additions and 104 deletions

View File

@@ -6,7 +6,7 @@
//===========================================================================//
#include "BaseVSShader.h"
#include "mathlib/VMatrix.h"
#include "mathlib/vmatrix.h"
#include "common_hlsl_cpp_consts.h" // hack hack hack!
#include "SDK_lightmappedreflective_vs20.inc"