Fixes colors runtiming. Oops.

This commit is contained in:
ZomgPonies
2015-05-14 00:51:45 -04:00
parent 9df83c0310
commit 5531226247
@@ -26,4 +26,6 @@
color = BlendRGB(color, reagent_color, vol_temp/vol_counter)
else
color = BlendRGB(reagent_color, color, vol_temp/vol_counter)
return color