mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Fix include filke case for ubuntu...
This commit is contained in:
parent
00c45dbb43
commit
8fd77f964c
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
|||
#include "gpu/Context.h"
|
||||
|
||||
#include "ViewFrustum.h"
|
||||
#include "skybox_vert.h"
|
||||
#include "skybox_frag.h"
|
||||
#include "Skybox_vert.h"
|
||||
#include "Skybox_frag.h"
|
||||
|
||||
using namespace model;
|
||||
|
||||
|
|
Loading…
Reference in a new issue