mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 08:52:19 +00:00
fixed a possible crash in notknot initialization
This commit is contained in:
@@ -1136,6 +1136,7 @@ auto h = addHook(hooks_newmap, 0, [] {
|
|||||||
|
|
||||||
void create_notknot() {
|
void create_notknot() {
|
||||||
if(true) {
|
if(true) {
|
||||||
|
vid.texture_step = 1;
|
||||||
dynamicval<eGeometry> b(geometry, base);
|
dynamicval<eGeometry> b(geometry, base);
|
||||||
dynamicval<eVariation> bv(variation, eVariation::pure);
|
dynamicval<eVariation> bv(variation, eVariation::pure);
|
||||||
check_cgi();
|
check_cgi();
|
||||||
|
Reference in New Issue
Block a user