Browse Source

fix mismatch .type (#28276)

ycw 1 năm trước cách đây
mục cha
commit
83a058b514

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

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