projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a9157
)
made shadows less blue
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 23 Jul 2011 21:49:45 +0000
(
00:49
+0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 23 Jul 2011 21:49:45 +0000
(
00:49
+0300)
src/mapblock_mesh.cpp
patch
|
blob
|
history
diff --git
a/src/mapblock_mesh.cpp
b/src/mapblock_mesh.cpp
index 465170c2d1b2292f30417c5d23df4b5890e2494b..c625983b059c906558ba97010ee61e63a6c68073 100644
(file)
--- a/
src/mapblock_mesh.cpp
+++ b/
src/mapblock_mesh.cpp
@@
-151,7
+151,7
@@
video::SColor MapBlock_LightColor(u8 alpha, u8 light)
#if 1
// Emphase blue a bit in darker places
float lim = 80;
- float power = 0.
7
;
+ float power = 0.
8
;
if(light > lim)
return video::SColor(alpha,light,light,light);
else