Skip to content

Commit 0f7aa8b

Browse files
committed
Fix header path (2)
1 parent ab72b57 commit 0f7aa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/simple/voxel_generator_waves.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <cmath>
33

44
#ifdef ZN_GODOT
5-
#include "../../../util/godot/core/class_db.h"
5+
#include "../../util/godot/core/class_db.h"
66
#endif
77

88
namespace zylann::voxel {

0 commit comments

Comments
 (0)