mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-13 17:38:08 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -9,11 +9,11 @@ Model::Model() {
|
||||
texHeight = 32;
|
||||
}
|
||||
|
||||
void Model::setMapTex(std::wstring id, int x, int y) {
|
||||
void Model::setMapTex(std::string id, int x, int y) {
|
||||
mappedTexOffs[id] = new TexOffs(x, y);
|
||||
}
|
||||
|
||||
TexOffs* Model::getMapTex(std::wstring id) {
|
||||
TexOffs* Model::getMapTex(std::string id) {
|
||||
// 4J-PB - assuming there will always be this one
|
||||
return mappedTexOffs[id];
|
||||
}
|
||||
Reference in New Issue
Block a user