diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-08-05 09:12:53 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-08-05 09:13:59 -0300 |
commit | cfe4b30941a3388a5ee40690fd468f994180fa86 (patch) | |
tree | 2aec6acb3f64e0e235fb53e643d9d7d880548145 /core/variant.h | |
parent | f79a5c464b95bdd274a4e9e5ff4713c7de2be011 (diff) | |
download | redot-engine-cfe4b30941a3388a5ee40690fd468f994180fa86.tar.gz |
renamed node path, closes #5691
Diffstat (limited to 'core/variant.h')
-rw-r--r-- | core/variant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant.h b/core/variant.h index 661d31cf16..583a0d09a0 100644 --- a/core/variant.h +++ b/core/variant.h @@ -43,7 +43,7 @@ #include "math_2d.h" #include "matrix3.h" #include "os/power.h" -#include "path_db.h" +#include "node_path.h" #include "plane.h" #include "quat.h" #include "rect3.h" |