Various lighting fixes. (#94)
* Various lighting fixes. * Removes debug things. * I forgot to hit crtl+s
This commit is contained in:
committed by
TalkingCactus
parent
8724be8fca
commit
8b762a5317
@@ -64,9 +64,11 @@
|
||||
if (source_atom)
|
||||
if (source_atom.light == src)
|
||||
source_atom.light = null
|
||||
source_atom.light_sources -= src
|
||||
|
||||
if (top_atom)
|
||||
if (source_atom.light_sources)
|
||||
source_atom.light_sources -= src
|
||||
|
||||
if (top_atom && top_atom.light_sources)
|
||||
top_atom.light_sources -= src
|
||||
|
||||
// Fuck supporting force.
|
||||
|
||||
Reference in New Issue
Block a user