diff options
Diffstat (limited to 'servers/rendering/storage/environment_storage.h')
-rw-r--r-- | servers/rendering/storage/environment_storage.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/servers/rendering/storage/environment_storage.h b/servers/rendering/storage/environment_storage.h index 6fdc047ba2..11d6c5f75c 100644 --- a/servers/rendering/storage/environment_storage.h +++ b/servers/rendering/storage/environment_storage.h @@ -2,9 +2,11 @@ /* environment_storage.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ @@ -40,7 +42,7 @@ private: // Environment struct Environment { - // Note, we capture and store all environment parameters received from Godot here. + // Note, we capture and store all environment parameters received from Redot here. // Not all renderers support all effects and should just ignore the bits they don't support. // Background |