Fixed double resize during same batch #2
Annotations
7 warnings
build:
Source/Batch.cs#L9
Non-nullable field '_texture' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Batch.cs#L8
Missing XML comment for publicly visible type or member 'Batch'
|
build:
Source/Batch.cs#L9
Missing XML comment for publicly visible type or member 'Batch.Batch(GraphicsDevice, ContentManager)'
|
build:
Source/Batch.cs#L32
Missing XML comment for publicly visible type or member 'Batch.Begin(Matrix?, Matrix?, Effect?)'
|
build:
Source/Batch.cs#L53
Missing XML comment for publicly visible type or member 'Batch.Draw(Texture2D, Matrix3x2?, Matrix3x2?, Color?)'
|
build:
Source/Batch.cs#L116
Missing XML comment for publicly visible type or member 'Batch.End()'
|
build:
Source/Matrix32.cs#L4
Missing XML comment for publicly visible type or member 'Matrix32'
|