Temporary disable transparent bed and higher resolution bed textures

This commit is contained in:
Enrico Turri 2019-02-08 16:45:03 +01:00
parent 8b2a8822d2
commit 7662fa9a5b
2 changed files with 5 additions and 1 deletions

View file

@ -2003,7 +2003,7 @@ bool GLBed::on_init_from_file(const std::string& filename, bool useVBOs)
else
m_volume.indexed_vertex_array.load_mesh_flat_shading(mesh);
float color[4] = { 0.235f, 0.235f, 0.235f, 0.5f };
float color[4] = { 0.235f, 0.235f, 0.235f, 1.0f };
set_color(color, 4);
m_volume.bounding_box = m_volume.indexed_vertex_array.bounding_box();