1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 12:47:10 +00:00

anim:: record animation of another content

This commit is contained in:
Zeno Rogue
2020-11-14 14:18:57 +01:00
parent 1ad581b9a8
commit 1cefbd2ffa
2 changed files with 6 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ ld& maxstep_current() {
eGeometry last_geometry;
bool need_many_cell_types() {
return isize(hybrid::gen_sample_list()) > 1;
return isize(hybrid::gen_sample_list()) > 2;
}
/** is the raycaster available? */