ycw 1 anno fa
parent
commit
83a058b514
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      editor/js/commands/SetMaterialVectorCommand.js

+ 1 - 1
editor/js/commands/SetMaterialVectorCommand.js

@@ -6,7 +6,7 @@ class SetMaterialVectorCommand extends Command {
 
 		super( editor );
 
-		this.type = 'SetMaterialColorCommand';
+		this.type = 'SetMaterialVectorCommand';
 		this.name = `Set Material.${attributeName}`;
 		this.updatable = true;