public CaptureManager()
		{
			this._interface = new CaptureInterface();
#if CLIENT
            this._camera = new CaptureCamera(Main.instance.GraphicsDevice);
#endif
        }
Exemple #2
0
 public CaptureManager()
 {
     this._interface = new CaptureInterface();
     this._camera    = new CaptureCamera(Main.instance.GraphicsDevice);
 }
Exemple #3
0
 public CaptureManager()
 {
     _interface = new CaptureInterface();
     _camera = new CaptureCamera(Main.instance.GraphicsDevice);
 }