1
0
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:
Andy Maloney
2020-07-17 12:02:06 -04:00
parent 9e34ba4855
commit 8b949918b1
5 changed files with 50 additions and 50 deletions

View File

@@ -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 */