Add support for editing texture group in editor (without reimporting)

This commit is contained in:
Wojtek Figat
2021-06-18 10:49:04 +02:00
parent 2d88ed17d4
commit 3b31fd7c71
16 changed files with 141 additions and 91 deletions

View File

@@ -117,7 +117,7 @@ bool StreamingTexture::Create(const TextureHeader& header)
#else
bool isDynamic = false;
#endif
startStreaming(isDynamic);
StartStreaming(isDynamic);
return false;
}