mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-12 16:14:25 +02:00
fixed #215
This commit is contained in:
@@ -6205,8 +6205,6 @@ namespace TR {
|
||||
void readAnimTex(Stream &stream) {
|
||||
uint32 size;
|
||||
stream.read(size);
|
||||
stream.seek(size * 2);
|
||||
size = 0;
|
||||
if (size) {
|
||||
stream.read(animTexturesCount);
|
||||
animTextures = animTexturesCount ? new AnimTexture[animTexturesCount] : NULL;
|
||||
|
Reference in New Issue
Block a user