Rename StreamTexture* to CompressedTexture*
* Its not and will not be used for streaming. * Streaming will be implemented in 4.1 and it will work different. * It makes more sense to be called CompressedTexture since it imports and compresses texture files.
This commit is contained in:
parent
ff65d33e8c
commit
ccd4cdfd8b
24 changed files with 239 additions and 239 deletions
|
|
@ -982,7 +982,7 @@ LightmapGI::BakeError LightmapGI::bake(Node *p_from_node, String p_image_data_pa
|
|||
}
|
||||
|
||||
config->set_value("remap", "importer", "2d_array_texture");
|
||||
config->set_value("remap", "type", "StreamTexture2DArray");
|
||||
config->set_value("remap", "type", "CompressedTexture2DArray");
|
||||
if (!config->has_section_key("params", "compress/mode")) {
|
||||
config->set_value("params", "compress/mode", 2); //user may want another compression, so leave it be
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue