diff options
| author | Mel <einebeere@gmail.com> | 2023-07-22 17:35:00 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-07-22 17:35:00 +0200 |
| commit | 2eef7cf49b7a15559ee7bb6719411bcf67386213 (patch) | |
| tree | 11eb7a4f437da7bfdde620c10a043960fd423cfb /src/World/BlockType.hpp | |
| parent | 23d88e5f1c8f0c8652a07050fcfa8ff126e85d4a (diff) | |
| download | meowcraft-2eef7cf49b7a15559ee7bb6719411bcf67386213.tar.zst meowcraft-2eef7cf49b7a15559ee7bb6719411bcf67386213.zip | |
Propagation in lighting system
Diffstat (limited to 'src/World/BlockType.hpp')
| -rw-r--r-- | src/World/BlockType.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World/BlockType.hpp b/src/World/BlockType.hpp index a63d96a..2a9a652 100644 --- a/src/World/BlockType.hpp +++ b/src/World/BlockType.hpp @@ -35,7 +35,7 @@ public: case Water: return 0.05; case Leaves: - return 0.2; + return 0.3; default: return 1.0; } |
