Skip to content

Commit

Permalink
gpu: ambient lighting - disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Therealnull committed Jan 23, 2020
1 parent f2400b5 commit 277fa22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ default Title effectsTitle()
)
default boolean ambientLighting()
{
return true;
return false;
}
}

0 comments on commit 277fa22

Please sign in to comment.