mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-07 10:52:23 +00:00
replaced fts variants with a single fts
This commit is contained in:
@@ -873,7 +873,7 @@ bool texture_config::save() {
|
||||
for(auto& t: a.second.triangles)
|
||||
for(auto& v: t.tv)
|
||||
for(int i=0; i<3; i++) {
|
||||
texture_tuner += ftssmart(v[i]);
|
||||
texture_tuner += fts(v[i]);
|
||||
texture_tuner += ';';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user