From 72aaf75762b5b266040769daebfd8bd2548300d1 Mon Sep 17 00:00:00 2001 From: Auburn Date: Mon, 3 Jun 2024 23:33:02 +0100 Subject: [PATCH] Fix demo node include --- tests/FastNoiseBenchmark.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FastNoiseBenchmark.cpp b/tests/FastNoiseBenchmark.cpp index 6a96b54..cefce3e 100644 --- a/tests/FastNoiseBenchmark.cpp +++ b/tests/FastNoiseBenchmark.cpp @@ -6,7 +6,7 @@ #include "FastNoise/Metadata.h" #include "FastSIMD/FastSIMD_FastNoise_config.h" -#include "../tools/DemoNodeTrees.inl" +#include "../tools/NodeEditor/util/DemoNodeTrees.inl" static const size_t gPositionCount = 8192; static float gPositionFloats[gPositionCount];