mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-30 21:09:19 +01:00
Removed the previous test.
This commit is contained in:
parent
036629a84c
commit
ed928158bd
@ -5,12 +5,7 @@
|
||||
#include "../../editor/mm_graph_node.h"
|
||||
#include "../mm_material.h"
|
||||
|
||||
void MMShape::test() {
|
||||
print_error("test");
|
||||
}
|
||||
|
||||
Ref<MMNodeUniversalProperty> MMShape::get_image() {
|
||||
test();
|
||||
return image;
|
||||
}
|
||||
|
||||
|
@ -31,8 +31,6 @@ public:
|
||||
SHAPE_TYPE_RAYS = 4,
|
||||
};
|
||||
|
||||
void test();
|
||||
|
||||
void _init_properties();
|
||||
void _register_methods(MMGraphNode *mm_graph_node);
|
||||
void _render(const Ref<MMMaterial> &material);
|
||||
|
Loading…
Reference in New Issue
Block a user