Wasn't even using MAX so changed to just a simple BOOST variable that can become a config.
This commit is contained in:
parent
5179709e3c
commit
9d49c6a30b
2 changed files with 4 additions and 3 deletions
|
@ -10,8 +10,9 @@
|
|||
namespace lighting {
|
||||
using components::LightSource;
|
||||
|
||||
// THESE ARE PERCENTAGES!
|
||||
const int MIN = 20;
|
||||
const int MAX = 135;
|
||||
const int BOOST = 10;
|
||||
|
||||
class LightRender {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue