Skip to content

Commit c28e778

Browse files
committed
Completed java doc
1 parent adab129 commit c28e778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/engine/scene/Scene.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public class Scene {
3838
/** Name of the scene. Used for identification or debugging purposes. */
3939
private final String name;
4040

41+
/** The background color of the scene. Defaults to black if not explicitly set. */
4142
private Color background;
4243

4344
/** The currently active camera that determines the scene's view transformation. */

0 commit comments

Comments
 (0)