(svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger.
This commit is contained in:
@@ -35,8 +35,8 @@ struct TextEffect {
|
||||
int32 right;
|
||||
int32 bottom;
|
||||
uint16 duration;
|
||||
uint32 params_1;
|
||||
uint32 params_2;
|
||||
uint64 params_1;
|
||||
uint64 params_2;
|
||||
TextEffectMode mode;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user