Skip to content

Commit

Permalink
Remove some temporary code and fix using of mutable quad
Browse files Browse the repository at this point in the history
  • Loading branch information
hohserg1 committed Apr 27, 2020
1 parent 48ffeff commit de98139
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,4 @@ object LazyUnpackedQuad {

def apply(quad: BakedQuad): LazyUnpackedQuad =
new LazyUnpackedQuad(quad, quad.getFace, quad.getSprite, quad.getTintIndex, quad.shouldApplyDiffuseLighting())


private val unpackedQuad = LazyUnpackedQuad(???)
//unpackedQuad.v2_x += 1
unpackedQuad.toRawArray
}

0 comments on commit de98139

Please sign in to comment.