Closed flashup closed 5 years ago
Hello, here is compilation error for flash target: Error:(1020, 16) Comparison of Int and UInt might lead to unexpected results
Error:(1020, 16) Comparison of Int and UInt might lead to unexpected results
https://github.com/openfl/starling/blob/master/src/starling/rendering/VertexData.hx#L1020
Making oldLength and newLength UInt types resolves the problem.
oldLength
newLength
Thanks.
Thank you :smile:
Hello, here is compilation error for flash target:
Error:(1020, 16) Comparison of Int and UInt might lead to unexpected results
https://github.com/openfl/starling/blob/master/src/starling/rendering/VertexData.hx#L1020
Making
oldLength
andnewLength
UInt types resolves the problem.Thanks.