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
|
|
@ -40,7 +40,7 @@
|
|||
#include "editor/property_editor.h"
|
||||
|
||||
class NoiseTexture : public Texture {
|
||||
GDCLASS(NoiseTexture, Texture)
|
||||
GDCLASS(NoiseTexture, Texture);
|
||||
|
||||
private:
|
||||
Ref<Image> data;
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
#include "thirdparty/misc/open-simplex-noise.h"
|
||||
|
||||
class OpenSimplexNoise : public Resource {
|
||||
GDCLASS(OpenSimplexNoise, Resource)
|
||||
GDCLASS(OpenSimplexNoise, Resource);
|
||||
OBJ_SAVE_TYPE(OpenSimplexNoise);
|
||||
|
||||
osn_context contexts[6];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue