Temp FIN
This commit is contained in:
@@ -262,8 +262,8 @@ namespace PotaToon
|
||||
private void SetupGraphicsBuffers(int width, int height)
|
||||
{
|
||||
Release();
|
||||
screenWidth = width; // * 2
|
||||
screenHeight = height; // * 2
|
||||
screenWidth = width * 2;
|
||||
screenHeight = height * 2;
|
||||
|
||||
int bufferSize = Mathf.Max(screenWidth * screenHeight * MAX_SORTED_PIXELS, 1);
|
||||
int bufferStride = sizeof(uint) * 3;
|
||||
|
||||
Reference in New Issue
Block a user