Remove Thin3D prefix on more things

This commit is contained in:
Henrik Rydgård 2016-12-25 20:54:37 +01:00
parent 463251908b
commit 9b439e4c43
22 changed files with 216 additions and 216 deletions

View file

@ -154,7 +154,7 @@ static std::string CleanSaveString(std::string str) {
void SavedataButton::Draw(UIContext &dc) {
GameInfo *ginfo = g_gameInfoCache->GetInfo(dc.GetThin3DContext(), savePath_, GAMEINFO_WANTSIZE);
Draw::Thin3DTexture *texture = 0;
Draw::Texture *texture = 0;
u32 color = 0, shadowColor = 0;
using namespace UI;