mirror of
https://github.com/lubosz/overte.git
synced 2025-08-27 20:46:32 +02:00
fix incorrect casing on include of Util.h
This commit is contained in:
parent
9dc6c1124b
commit
f1467b2f6c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
// Various subroutines for converting between X,Y,Z coords and octree coordinates.
|
||||
//
|
||||
|
||||
#include "util.h"
|
||||
#include "Util.h"
|
||||
#include "octal.h"
|
||||
|
||||
const int X = 0;
|
||||
|
|
Loading…
Reference in a new issue