Unity-Technologies / InputSystem

An efficient and versatile input system for Unity.
Other
1.43k stars 310 forks source link

FIX: ISXB-924 fixed a variable name scope shadowing issue causing com… #1953

Closed ekcoh closed 3 months ago

ekcoh commented 4 months ago

…pilation problems on some Unity 2019 LTS.

Description

Adressed compilation issue.

Changes made

Renamed local variable in conflict with outer scope.

Testing

Compiled with Unity 2019 LTS

Risk

Small, only relates to performance test where problem was introduced.

Checklist

Before review:

During merge:

After merge: