XFMemory: SETPOSMTXINFO should be SETPOSTMTXINFO

It actually maps to postMtxInfo, not posMtxInfo (which isn't a thing).
This is especially confusing because there *are* position matrices (as
opposed to post-transform matrices).
This commit is contained in:
Pierre Bourdon
2020-04-29 05:26:02 +02:00
parent 2a7f150561
commit b7db359081
2 changed files with 11 additions and 11 deletions

View File

@ -132,7 +132,7 @@ enum
// XFMEM_SETPROJECTIONORTHO2 = 0x1027,
XFMEM_SETNUMTEXGENS = 0x103f,
XFMEM_SETTEXMTXINFO = 0x1040,
XFMEM_SETPOSMTXINFO = 0x1050,
XFMEM_SETPOSTMTXINFO = 0x1050,
};
union LitChannel