ui: rename TransformOp.Mul to Multiply and split InvTransform

Multiply is a bit longer but more clear. InvTransform was really
two operations: Invert and Transform.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-07 14:47:14 +02:00
parent 9be695cc24
commit fe20cde393
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -650,7 +650,7 @@ loop:
case ops.TypeTransform:
var op ui.TransformOp
op.Decode(encOp.Data)
state.t = state.t.Mul(op)
state.t = state.t.Multiply(op)
case ops.TypeAux:
aux = encOp.Data[ops.TypeAuxLen:]
auxKey = encOp.Key