Explorar o código

fix mismatch .type (#28276)

ycw hai 1 ano
pai
achega
83a058b514
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;