Skip to content

Commit a18b7e0

Browse files
authored
Update index.js
1 parent 67678c0 commit a18b7e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Typings/Camera/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ class Camera {
1515
also if you do please @ me @paishee on discord or make an issue on the github https://github.com/paishee/unityscript/issues
1616
thanks
1717
*/
18+
19+
this.backgroundColor = this.parent.Color.fromColor3(fixedSettings.backGroundColor.__value);
1820
this.cullingMask = new this.parent.CullingMask(fixedSettings.cullingMask.__value);
1921
}
2022
}

0 commit comments

Comments
 (0)