mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
I bugged cTextCache::Alpha, now it's fixed.
This commit is contained in:
@@ -85,7 +85,7 @@ const eeColorA& cTextCache::Color() const {
|
||||
}
|
||||
|
||||
void cTextCache::Alpha( const Uint8& alpha ) {
|
||||
std::size_t s = mText.size();
|
||||
std::size_t s = mColors.size();
|
||||
for ( Uint32 i = 0; i < s; i++ ) {
|
||||
mColors[ i ].Alpha = alpha;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user