mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 02:40:33 +00:00
one more fix to RogueViz
This commit is contained in:
parent
e7dbe6214d
commit
3895dcbd39
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user