mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Some code changed with Clang-Tidy
This commit is contained in:
@@ -77,12 +77,12 @@ public:
|
||||
Ref<OpenSimplexNoise> get_noise();
|
||||
|
||||
void set_width(int p_width);
|
||||
void set_height(int p_hieght);
|
||||
void set_height(int p_height);
|
||||
|
||||
void set_seamless(bool p_seamless);
|
||||
bool get_seamless();
|
||||
|
||||
void set_as_normalmap(bool p_seamless);
|
||||
void set_as_normalmap(bool p_as_normalmap);
|
||||
bool is_normalmap();
|
||||
|
||||
void set_bump_strength(float p_bump_strength);
|
||||
|
||||
Reference in New Issue
Block a user