Fixed of shadow

This commit is contained in:
Robert Osfield
2017-09-13 11:09:56 +01:00
parent 1e11b89d04
commit 70b3a3a442

View File

@@ -864,7 +864,7 @@ void Text::computeBackdropPositions()
{
float horizontal_shift_direction;
float vertical_shift_direction;
switch(backdrop_index)
switch(backdrop_index-1)
{
case DROP_SHADOW_BOTTOM_RIGHT:
{