Make RenderThreadState a class instead of a struct
Structs can't have explicit parameterless constructors
This commit is contained in:
parent
967c1f8d39
commit
e724e8f54a
@ -104,7 +104,7 @@ namespace TrueCraft.Client
|
||||
Coordinates3D.West
|
||||
};
|
||||
|
||||
private struct RenderThreadState
|
||||
private class RenderThreadState
|
||||
{
|
||||
public readonly List<VertexPositionNormalTexture> OpaqueVerticies;
|
||||
public readonly List<int> OpaqueIndicies;
|
||||
|
Reference in New Issue
Block a user