Code review comment for lp:~unity-team/unity/unity.viewport-bias

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

> result = result << 32;

That doesn't work on some compilers. If you want the high bit you should use << 31

review: Needs Fixing

« Back to merge proposal