1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-13 09:52:06 +00:00

embeddings:: do not normalize co

This commit is contained in:
Zeno Rogue
2025-12-12 23:48:44 +01:00
parent 6c244d9e0c
commit ffbf2400dd
-1
View File
@@ -83,7 +83,6 @@ namespace embeddings {
co = perspective_to_space(h1, 1);
break;
}
co = normalize(co);
}
enable_embedding(pe);