From 88e6e663ae195421e3ac662a833a8160b9110e0d Mon Sep 17 00:00:00 2001 From: ChenX Date: Thu, 16 Aug 2018 11:23:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GraphicsSystem/Viewer.ts | 2 +- src/UI/Components/Panel.tsx | 2 +- src/UI/Components/commandLineInput/InputHint.css | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/GraphicsSystem/Viewer.ts b/src/GraphicsSystem/Viewer.ts index f1db68161..c43609101 100644 --- a/src/GraphicsSystem/Viewer.ts +++ b/src/GraphicsSystem/Viewer.ts @@ -120,7 +120,7 @@ export class Viewer this.m_OutlinePass = new THREE.OutlinePass(new THREE.Vector2(100, 100), this.m_Scene, this.m_CameraCtrl.Camera); this.m_OutlinePass.hiddenEdgeColor = this.m_OutlinePass.visibleEdgeColor; - this.m_OutlinePass.renderToScreen= true; + this.m_OutlinePass.renderToScreen = true; this.m_Composer.addPass(this.m_OutlinePass); diff --git a/src/UI/Components/Panel.tsx b/src/UI/Components/Panel.tsx index 999e4f097..245251b96 100644 --- a/src/UI/Components/Panel.tsx +++ b/src/UI/Components/Panel.tsx @@ -128,7 +128,7 @@ export class DownPanel extends React.Component<{ store?: DownPanelStore }, {}> render() { return ( -
+
{this.props.store.m_MousePostionPrompt}