Skip to content

Commit 828b253

Browse files
committed
SSGINode: Fix clear color.
1 parent 4ff594b commit 828b253

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/jsm/tsl/display/SSGINode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ class SSGINode extends TempNode {
354354

355355
// clear
356356

357-
renderer.setClearColor( 0xffffff, 1 );
357+
renderer.setClearColor( 0x000000, 1 );
358358

359359
// gi
360360

9.42 KB
Loading

0 commit comments

Comments
 (0)