Skip to content

Commit

Permalink
Fix ETTPC offsetplot bug when someone fails early
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Mar 28, 2018
1 parent 21a5b19 commit a075a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Themes/Til Death/BGAnimations/offsetplot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ o[#o+1] = Def.ActorMultiVertex{
verts[#verts+1] = {{x-dotWidth,y-dotWidth,0}, color}
end
self:SetVertices(verts)
self:SetDrawState{Mode="DrawMode_Quads", First = 1, Num=#verts}
end
}

Expand Down

0 comments on commit a075a95

Please sign in to comment.