Exemple #1
0
 @Override
 public int hashCode() {
   int result = (int) type;
   result = 967 * result + textureDescription.hashCode();
   return result;
 }