mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixing mtxProjRhXYWH().
This commit is contained in:
@@ -640,8 +640,8 @@ namespace bx
|
||||
memset(_result, 0, sizeof(float)*16);
|
||||
_result[ 0] = _width;
|
||||
_result[ 5] = _height;
|
||||
_result[ 8] = _x;
|
||||
_result[ 9] = -_y;
|
||||
_result[ 8] = -_x;
|
||||
_result[ 9] = _y;
|
||||
_result[10] = aa;
|
||||
_result[11] = 1.0f;
|
||||
_result[14] = -bb;
|
||||
|
||||
Reference in New Issue
Block a user