1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-23 00:54:47 +00:00

rogueviz::som:: no shift in -somclassify0

This commit is contained in:
Zeno Rogue
2025-10-16 23:38:22 +02:00
parent 7c21e9c3d5
commit 099c75525f

View File

@@ -1742,7 +1742,7 @@ int readArgs() {
}
else if(argis("-somclassify0")) {
PHASE(3);
shift(); kohonen::do_classify();
kohonen::do_classify();
}
else if(argis("-somclassify")) {
PHASE(3);