You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Fix spelling of a var, a struct, and message output
This commit is contained in:
@@ -623,7 +623,7 @@ private:
|
||||
|
||||
/* ENVIRONMENT */
|
||||
|
||||
struct Environent {
|
||||
struct Environment {
|
||||
// BG
|
||||
RS::EnvironmentBG background = RS::ENV_BG_CLEAR_COLOR;
|
||||
RID sky;
|
||||
@@ -703,7 +703,7 @@ private:
|
||||
|
||||
static uint64_t auto_exposure_counter;
|
||||
|
||||
mutable RID_Owner<Environent> environment_owner;
|
||||
mutable RID_Owner<Environment> environment_owner;
|
||||
|
||||
/* CAMERA EFFECTS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user