1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00

fixup to neon disabling textures

This commit is contained in:
Zeno Rogue
2020-04-06 11:24:57 +02:00
parent 5c414af31b
commit 4e30c79c37
2 changed files with 4 additions and 4 deletions

View File

@@ -1618,9 +1618,9 @@ void celldrawer::draw_features_and_walls_3d() {
poly.tinf = &texture::config.tinf3;
poly.offset_texture = 0;
}
else if(!floor_texture_vertices.empty())
else
#endif
{
if(!floor_texture_vertices.empty() && neon_mode == eNeon::none) {
poly.tinf = &floor_texture_vertices[qfi.fshape->id];
ensure_vertex_number(*poly.tinf, poly.cnt);
poly.offset_texture = 0;