pixijs/pixi-haxe

View on GitHub
src/pixi/core/renderers/canvas/utils/CanvasRenderTarget.hx

Summary

Maintainability
Test Coverage

Parameter definition of height masks member of same name
Open

    function resize(width:Float, height:Float):Void;

Checks that a local variable or a parameter does not shadow a field that is defined in the same class.

Parameter definition of width masks member of same name
Open

    function resize(width:Float, height:Float):Void;

Checks that a local variable or a parameter does not shadow a field that is defined in the same class.

There are no issues that match your filters.

Category
Status