Skip to content

Commit 4266ccc

Browse files
committed
修粒子绘制顺序导致颜色错误
1 parent 171bafd commit 4266ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/game/brikPlayer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,9 +1816,9 @@ function BP:render()
18161816

18171817
gc_setColor(1,1,1)
18181818
gc_draw(self.particles.cornerCheck)
1819-
self.particles.spinArrow:draw()
18201819
gc_draw(self.particles.trail)
18211820
gc_draw(self.particles.hitSparkle)
1821+
self.particles.spinArrow:draw()
18221822

18231823
gc_translate(0,-self.fieldDived)
18241824

0 commit comments

Comments
 (0)