1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Debugger: correct rects coordinates

This commit is contained in:
Sergey Lipskiy 2018-09-04 16:16:08 +07:00
parent 40455845ba
commit d8921dfeb6

View File

@ -75,7 +75,7 @@ private:
, t0(_v.t0)
, s1(_v.s1)
, t1(_v.t1)
, modify(0)
, modify(MODIFY_XY | MODIFY_Z)
{
r = g = b = a = 0.0f;
}