fixed tmpQuat

beta.r3js.org
polygonboutique 2016-11-30 09:19:35 +01:00
parent bc27db190d
commit eaea4255df
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ GameLib.D3.ComponentEntityParent = function ComponentEntityParent(
//#ifdef RUNTIME__
if(typeof THREE != "undefined") {
if(typeof THREE !== "undefined") {
ComponentEntityParent_TmpVector = new THREE.Vector3();
ComponentEntityParent_TmpQuaternion = new THREE.Vector3();
ComponentEntityParent_TmpQuaternion = new THREE.Quaternion();
}
///////////////////////// Methods to override //////////////////////////