am 92f373fe: Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]
* commit '92f373fe3209f9372d6168b016ae613f7df0625b': Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]
This commit is contained in:
@@ -674,7 +674,7 @@ public final class Matrix_Delegate {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
System.arraycopy(d.mValues, 0, d.mValues, 0, MATRIX_SIZE);
|
System.arraycopy(d.mValues, 0, values, 0, MATRIX_SIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@LayoutlibDelegate
|
@LayoutlibDelegate
|
||||||
|
|||||||
Reference in New Issue
Block a user