diff options
Diffstat (limited to 'src/BlockTracer.h')
-rw-r--r-- | src/BlockTracer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockTracer.h b/src/BlockTracer.h index 434058bbc..62ae1636e 100644 --- a/src/BlockTracer.h +++ b/src/BlockTracer.h @@ -45,7 +45,7 @@ public: /** Called on each block encountered along the path, including the first block (path start), if chunk data is not loaded When this callback returns true, the tracing is aborted. */ - virtual bool OnNextBlockNoData(Vector3i a_BlockPos, char a_EntryFace) + virtual bool OnNextBlockNoData(Vector3i a_BlockPos, eBlockFace a_EntryFace) { UNUSED(a_BlockPos); UNUSED(a_EntryFace); |