Skip to content

Commit

Permalink
fixed a +/- thing
Browse files Browse the repository at this point in the history
  • Loading branch information
mabako committed May 10, 2010
1 parent 29964ee commit e6d8c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/world/skygradient.lua
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ bindKey( 'a', 'down',
end
end
for y = py - 30, py + 30, 5 do
if isOnScreen( px - 30, y, z, px - 30, y, z ) then
if isOnScreen( px - 30, y, z, px + 30, y, z ) then
dxDrawLine3D( px - 100, y, z, px + 100, y, z, tocolor( 255, 255, 255, 191 ), 5, true )
end
end
Expand Down

0 comments on commit e6d8c68

Please sign in to comment.