diff --git a/modules/material_maker/nodes/filter/math.cpp b/modules/material_maker/nodes/filter/mm_math.cpp similarity index 99% rename from modules/material_maker/nodes/filter/math.cpp rename to modules/material_maker/nodes/filter/mm_math.cpp index 120c209ba..dc7510c00 100644 --- a/modules/material_maker/nodes/filter/math.cpp +++ b/modules/material_maker/nodes/filter/mm_math.cpp @@ -1,5 +1,5 @@ -#include "math.h" +#include "mm_math.h" #include "../../algos/mm_algos.h" #include "../../editor/mm_graph_node.h" diff --git a/modules/material_maker/nodes/filter/math.h b/modules/material_maker/nodes/filter/mm_math.h similarity index 100% rename from modules/material_maker/nodes/filter/math.h rename to modules/material_maker/nodes/filter/mm_math.h