Compiles again.
This commit is contained in:
@@ -13,12 +13,12 @@ import appeng.helpers.Splotch;
|
||||
/**
|
||||
* Used to transfer the state about paint splotches from the game thread to the render thread.
|
||||
*/
|
||||
class PaintSplotches
|
||||
public class PaintSplotches
|
||||
{
|
||||
|
||||
private final List<Splotch> splotches;
|
||||
|
||||
PaintSplotches( Collection<Splotch> splotches )
|
||||
public PaintSplotches( Collection<Splotch> splotches )
|
||||
{
|
||||
this.splotches = ImmutableList.copyOf( splotches );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user