* forgot to remove debug
This commit is contained in:
parent
76ebbe5cf3
commit
d2dc2b82a2
@ -62,6 +62,5 @@ core::stringw Scene::GetStringFromDB(u32 index, u32 entry)
|
|||||||
char buf[20];
|
char buf[20];
|
||||||
sprintf(buf,"%u",entry);
|
sprintf(buf,"%u",entry);
|
||||||
r += textdb->GetString(index, buf);
|
r += textdb->GetString(index, buf);
|
||||||
textdb->DumpStructureToFile("DB_textdb.txt");
|
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user