material: fix sort id unit test failure
This commit is contained in:
parent
59614e177c
commit
5be03af564
@ -186,7 +186,7 @@ public final class Technique {
|
|||||||
public int getSortId() {
|
public int getSortId() {
|
||||||
int hash = 17;
|
int hash = 17;
|
||||||
hash = hash * 23 + def.getSortId();
|
hash = hash * 23 + def.getSortId();
|
||||||
hash = hash * 23 + dynamicDefines.hashCode();
|
hash = hash * 23 + paramDefines.hashCode();
|
||||||
return hash;
|
return hash;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user