mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 15:07:48 +04:00
qol
This commit is contained in:
@@ -25,7 +25,7 @@ public sealed class MsaaFramebuffer
|
||||
_samples = samples;
|
||||
}
|
||||
|
||||
public void EnsureSize(int width, int height)
|
||||
public unsafe void EnsureSize(int width, int height)
|
||||
{
|
||||
width = Math.Max(1, width);
|
||||
height = Math.Max(1, height);
|
||||
|
||||
Reference in New Issue
Block a user