mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Fix Matrix4::operator[] annotation (#1390)
This commit is contained in:

committed by
GitHub

parent
5e5b048b34
commit
ea5a722311
@@ -292,8 +292,8 @@ int Matrix4::BETA_1005a590(Matrix4& p_mat)
|
||||
{
|
||||
float local5c[4][4];
|
||||
Matrix4 localc(local5c);
|
||||
localc = *this;
|
||||
|
||||
((Matrix4&) localc) = *this;
|
||||
p_mat.SetIdentity();
|
||||
|
||||
for (int i = 0; i < 4; i++) {
|
||||
|
Reference in New Issue
Block a user