From a26b9436df29fbb6f65bbfe1736e79d783f5cf14 Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Mon, 29 Jul 2019 21:24:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Web/src/editor2/component/MaterialComponent.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShadowEditor.Web/src/editor2/component/MaterialComponent.jsx b/ShadowEditor.Web/src/editor2/component/MaterialComponent.jsx index 69dfb4ba..cec4a84d 100644 --- a/ShadowEditor.Web/src/editor2/component/MaterialComponent.jsx +++ b/ShadowEditor.Web/src/editor2/component/MaterialComponent.jsx @@ -1,4 +1,4 @@ -import { PropertyGrid, PropertyGroup, TextProperty, DisplayProperty, CheckBoxProperty, ButtonProperty, SelectProperty, ButtonsProperty, Button, ColorProperty } from '../../third_party'; +import { PropertyGrid, PropertyGroup, TextProperty, DisplayProperty, CheckBoxProperty, ButtonProperty, SelectProperty, ButtonsProperty, Button, ColorProperty, NumberProperty, TextureProperty } from '../../third_party'; import SetValueCommand from '../../command/SetValueCommand'; import SetMaterialCommand from '../../command/SetMaterialCommand'; import SetMaterialColorCommand from '../../command/SetMaterialColorCommand';