WebGl2RenderContext: fix some indentation.

If we fix all the indentation at once, it will permanently mess up the diff. Git will see
that the new line 4544 matches the old line 3773, and conclude that it got moved
800 lines down.
This commit is contained in:
Joseph Cloutier
2023-05-07 15:24:04 -04:00
parent 2857016a52
commit ec20e46dca

View File

@@ -3770,6 +3770,7 @@ abstract WebGL2RenderContext(Dynamic) from Dynamic to Dynamic
__tempPointer.set(srcData, srcOffset);
this.bufferData(target, size, __tempPointer, usage);
}
#if !lime_webgl
public inline function bufferSubData(target:Int, offset:Int, srcData:ArrayBufferView, srcOffset:Int = 0, ?length:Int):Void
#else