This commit is contained in:
parent
8cbe787841
commit
bad8fa425e
9 changed files with 44 additions and 138 deletions
|
@ -428,8 +428,8 @@ void CTileSet::Load2d(CCore *Core)
|
|||
{
|
||||
CTexCache &TexCache=Core->GetTexCache();
|
||||
GString ColTest;
|
||||
int TexID=TexCache.ProcessTexture(Filename,0);
|
||||
sTex &ThisTex=TexCache.GetTex(TexID);
|
||||
int TexID=TexCache.ProcessTexture(Filename,0);
|
||||
sTex &ThisTex=TexCache.GetTex(TexID);
|
||||
|
||||
int Width=ThisTex.TexWidth/16;
|
||||
int Height=ThisTex.TexHeight/16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue