1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 12:33:14 +00:00

Remove unused variables from Shading.gd

This commit is contained in:
Manolis Papadeas 2021-08-21 17:00:37 +03:00
parent c196a32ebc
commit ed45c86649

View file

@ -44,10 +44,6 @@ class LightenDarkenOp extends Drawer.ColorOp:
var sat_shift := sat_amount / 100.0
var value_shift := value_amount / 100.0
var prev_hue := dst.h
var prev_sat := dst.s
var prev_value := dst.v
# If the colors are roughly between yellow and purple,
# reverse hue direction
if !hue_range(dst.h):