Skip to content

Fixed double resize

Fixed double resize #3

Triggered via push December 14, 2023 02:08
Status Success
Total duration 27s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

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#L113
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'