summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--loader/wall-traits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/wall-traits.cpp b/loader/wall-traits.cpp
index 9bf23ff9..ecb88056 100644
--- a/loader/wall-traits.cpp
+++ b/loader/wall-traits.cpp
@@ -40,7 +40,7 @@ auto wall_traits::make_invalid_atlas(Storage& s) -> Cell
{ .index = 0, .count = 1, .pixel_size = frame_size, .is_defined = true, }
} }),
{{ {.val = 0}, {}, }},
- {1u},
+ {true, false},
}, name, loader.make_error_texture(frame_size));
return { .atlas = move(a), .name = name, };
}