Changeset 27131

Timestamp:
Oct 8, 2022, 12:55:30 AM (22 months ago)
Author:
Vladislav Belov
Message:

Fixes CGradientTexture backend name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/graphics/TextureManager.cpp

    r26919 r27131  
    245245        textureName << "A:" << m_ColorFrom.a << ")";
    246246        textureName << " To (";
    247         textureName << "R:" << m_ColorTo.r << ",";
    248         textureName << "G:" << m_ColorTo.g << ",";
    249         textureName << "B:" << m_ColorTo.b << ",";
     247        textureName << "R:" << m_ColorTo.r << ",";
     248        textureName << "G:" << m_ColorTo.g << ",";
     249        textureName << "B:" << m_ColorTo.b << ",";
    250250        textureName << "A:" << m_ColorTo.a << ")";
    251251
Note: See TracChangeset for help on using the changeset viewer.