Fix inconsistent allocation accessors in HealingBrush
Part of HealingBrush script code had mixed uses of int2- and uint2-typed
accessors on allocations created with U32_2, which was caught by Debug
context and caused crash. This CL fixes the inconsistent types between
allocation creation and the accessors by using the signed ones across
the board.
Bug: http://b/37683287
Test: HealingBrush under normal and debug contexts on Angler
Change-Id: I7fb86b037fe33c1a2a1a439a33e2ea2c646d5e44
(cherry picked from commit fc016f378284beae5498dcfab632db1762ffe1b5)
2 files changed