mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Linux buildfix
This commit is contained in:
parent
387ad7e4d6
commit
b75e299b4f
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ void TextDrawer::DrawString(DrawBuffer &target, const char *str, float x, float
|
|||
bitmapData[entry->bmWidth * y + x] = 0xfff0 | image.pixel(x, y) >> 28;
|
||||
}
|
||||
}
|
||||
desc.initData.push_back(bitmapData);
|
||||
desc.initData.push_back((uint8_t *)bitmapData);
|
||||
entry->texture = draw_->CreateTexture(desc);
|
||||
delete [] bitmapData;
|
||||
cache_[entryHash] = std::unique_ptr<TextStringEntry>(entry);
|
||||
|
|
Loading…
Add table
Reference in a new issue