mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Assimp map mode is not initialized before use.
This commit is contained in:
parent
5323d24fad
commit
1094522d76
@ -79,7 +79,7 @@ struct ImportState {
|
||||
struct AssimpImageData {
|
||||
Ref<Image> raw_image;
|
||||
Ref<ImageTexture> texture;
|
||||
aiTextureMapMode *map_mode = NULL;
|
||||
aiTextureMapMode map_mode[2];
|
||||
};
|
||||
|
||||
/** Recursive state is used to push state into functions instead of specifying them
|
||||
|
Loading…
x
Reference in New Issue
Block a user