From a5bae0eca22d59f8e661b5cabcc075af9dcb25f3 Mon Sep 17 00:00:00 2001 From: ClaudiomarAraujo Date: Wed, 9 Sep 2015 14:40:33 -0300 Subject: [PATCH] Retira framerate como parametro --- Assets/Scripts/CameraCapture.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Assets/Scripts/CameraCapture.cs b/Assets/Scripts/CameraCapture.cs index e39669e..74f5346 100644 --- a/Assets/Scripts/CameraCapture.cs +++ b/Assets/Scripts/CameraCapture.cs @@ -1,7 +1,6 @@ -/************************************************* + /************************************************* * @Author: Icaro Magalhaes *************************************************/ - using UnityEngine; using System; using System.Threading; @@ -21,7 +20,7 @@ public class CameraCapture : MonoBehaviour{ strArg = Environment.GetCommandLineArgs(); folder = strArg[1]; - if( strArg.Length == 4 ) frameRate = int.Parse(strArg[3]); + /*if( strArg.Length == 4 ) frameRate = int.Parse(strArg[3]);*/ Debug.Log ("Folders can be found inside "+Application.persistentDataPath); -- libgit2 0.21.2