Code cleanup. (2)
This commit is contained in:
@@ -92,9 +92,6 @@ namespace Cryville.Crtr {
|
||||
status = GameObject.Find("Status").GetComponent<Text>();
|
||||
|
||||
texHandler = new DownloadHandlerTexture();
|
||||
|
||||
Game.NetworkTaskWorker.SuspendBackgroundTasks();
|
||||
|
||||
#if BUILD
|
||||
Play();
|
||||
#endif
|
||||
@@ -306,7 +303,7 @@ namespace Cryville.Crtr {
|
||||
#if !NO_THREAD
|
||||
texloaddone = false;
|
||||
#endif
|
||||
|
||||
Game.NetworkTaskWorker.SuspendBackgroundTasks();
|
||||
Game.AudioSession = Game.AudioSequencer.NewSession();
|
||||
|
||||
var hitPlane = new Plane(Vector3.forward, Vector3.zero);
|
||||
|
Reference in New Issue
Block a user