mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-07 11:52:51 +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++;
|
w.drawn_samples++;
|
||||||
}
|
}
|
||||||
|
|
||||||
ld rad = .25 * scalef;
|
ld rad = .25 * scalefactor;
|
||||||
|
|
||||||
for(auto p: sample_vdata_id) {
|
for(auto p: sample_vdata_id) {
|
||||||
int id = p.second;
|
int id = p.second;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user