mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 20:34:20 +02:00
FIx the include that was using the wrong \ in the path...
This commit is contained in:
parent
598abe6722
commit
1046356abb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
#include "InterfaceLogging.h"
|
||||
#include "Application.h"
|
||||
|
||||
#include <gpu\GLBackend.h>
|
||||
#include <gpu/GLBackend.h>
|
||||
|
||||
template <typename Function>
|
||||
void for_each_eye(Function function) {
|
||||
|
|
Loading…
Reference in a new issue