* commit 'eb15670ccc46c688537cd99fa1af2e475a5fd2be': Fix Matrix_Delegate.native_getValues() [DO NOT MERGE]
This commit is contained in:
@@ -673,7 +673,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