1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-17 22:20:41 +00:00

fixed a bug with binary_width not set

This commit is contained in:
Zeno Rogue 2024-07-17 11:18:37 +02:00
parent ec96ad2718
commit e881812fa4

View File

@ -1212,6 +1212,7 @@ EX void initConfig() {
-> editable("flashing effects", 'h')
-> help("Disable if you are photosensitive. Replaces flashing effects such as Orb of Storms lightning with slow, adjustable animations.");
vid.binary_width = 1;
param_custom_ld(vid.binary_width, "binary tiling width", menuitem_binary_width, 'v');
param_b(fake::multiple_special_draw, "fake_multiple", true);