Skip to content

Commit

Permalink
Merge pull request #280 from qwqtoday/a
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnze authored May 1, 2024
2 parents b84e201 + 6414c4c commit 010ce51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions level/chunk.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,8 @@ func (l *lightData) WriteTo(w io.Writer) (int64, error) {
}

func (l *lightData) ReadFrom(r io.Reader) (int64, error) {
var TrustEdges pk.Boolean
var RevSkyLightMask, RevBlockLightMask pk.BitSet
return pk.Tuple{
&TrustEdges, // Trust Edges
&l.SkyLightMask,
&l.BlockLightMask,
&RevSkyLightMask,
Expand Down

0 comments on commit 010ce51

Please sign in to comment.