Skip to content

Commit

Permalink
Fix demo node include
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Jun 3, 2024
1 parent 49aabb9 commit 72aaf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FastNoiseBenchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 72aaf75

Please sign in to comment.