FIx the include that was using the wrong \ in the path...

This commit is contained in:
Sam Gateau 2015-04-15 09:00:20 -07:00
parent 598abe6722
commit 1046356abb

View file

@ -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) {