|
@@ -629,6 +629,8 @@ make_cube_map(const string &name, int size, bool to_ram,
|
|
|
GraphicsOutput *buffer = make_texture_buffer(name, size, size, tex, to_ram);
|
|
GraphicsOutput *buffer = make_texture_buffer(name, size, size, tex, to_ram);
|
|
|
// We don't need to clear the overall buffer; instead, we'll clear
|
|
// We don't need to clear the overall buffer; instead, we'll clear
|