Remove unnecessary cpp files
This commit is contained in:
@ -368,6 +368,5 @@ public:
|
||||
virtual void tick() = 0;
|
||||
virtual void pre_draw(bool p_will_draw) = 0;
|
||||
|
||||
RenderingMethod();
|
||||
virtual ~RenderingMethod();
|
||||
virtual ~RenderingMethod() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user