1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

one more fix to RogueViz

This commit is contained in:
Zeno Rogue 2018-09-01 14:11:03 +02:00
parent e7dbe6214d
commit 3895dcbd39

View File

@ -237,7 +237,7 @@ void distribute_neurons() {
w.drawn_samples++;
}
ld rad = .25 * scalef;
ld rad = .25 * scalefactor;
for(auto p: sample_vdata_id) {
int id = p.second;