mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
adress #385
This commit is contained in:
parent
6441ecd941
commit
0fa8e23475
1 changed files with 1 additions and 1 deletions
|
|
@ -1199,7 +1199,7 @@ GFXTextureObject *GFXTextureManager::createCompositeTexture(GBitmap*bmp[4], U32
|
|||
if (bmp[0])
|
||||
rChan = bmp[0]->getChanelValueAt(x, y, inputKey[0]);
|
||||
else
|
||||
gChan = 255;
|
||||
rChan = 255;
|
||||
|
||||
if (bmp[1])
|
||||
gChan = bmp[1]->getChanelValueAt(x, y, inputKey[1]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue