Procházet zdrojové kódy

Fix to directional Light

PirateJC před 5 roky
rodič
revize
5ead8051e9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Playground/templates.json

+ 1 - 1
Playground/templates.json

@@ -32,7 +32,7 @@
   {
     "label" : "Create a directional light",
     "documentation" : "https://doc.babylonjs.com/babylon101/lights#the-directional-light",
-    "insertText" : "var dirLight = new BABYLON.DirectionalLight(\"${1:dirLight}\", new BABYLON.Vector3(${2:0.25},${3:-1},${4:-0.25})}, scene);",
+    "insertText" : "var dirLight = new BABYLON.DirectionalLight(\"${1:dirLight}\", new BABYLON.Vector3(${2:0.25},${3:-1},${4:-0.25}), scene);",
     "language" : "javascript"
   },
   {