Made use of semicolons more consitent, fixed formatting
This commit is contained in:
parent
43a9b8c76c
commit
38d3bfe971
143 changed files with 463 additions and 380 deletions
|
|
@ -34,7 +34,7 @@
|
|||
#include "scene/2d/node_2d.h"
|
||||
|
||||
class MeshInstance2D : public Node2D {
|
||||
GDCLASS(MeshInstance2D, Node2D)
|
||||
GDCLASS(MeshInstance2D, Node2D);
|
||||
|
||||
Ref<Mesh> mesh;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue