Removed the previous test.

This commit is contained in:
Relintai 2022-06-19 18:35:29 +02:00
parent 036629a84c
commit ed928158bd
2 changed files with 0 additions and 7 deletions

View File

@ -5,12 +5,7 @@
#include "../../editor/mm_graph_node.h" #include "../../editor/mm_graph_node.h"
#include "../mm_material.h" #include "../mm_material.h"
void MMShape::test() {
print_error("test");
}
Ref<MMNodeUniversalProperty> MMShape::get_image() { Ref<MMNodeUniversalProperty> MMShape::get_image() {
test();
return image; return image;
} }

View File

@ -31,8 +31,6 @@ public:
SHAPE_TYPE_RAYS = 4, SHAPE_TYPE_RAYS = 4,
}; };
void test();
void _init_properties(); void _init_properties();
void _register_methods(MMGraphNode *mm_graph_node); void _register_methods(MMGraphNode *mm_graph_node);
void _render(const Ref<MMMaterial> &material); void _render(const Ref<MMMaterial> &material);