shader fixes

This commit is contained in:
Arneth
2022-02-01 10:12:54 -05:00
parent fe17ead9c5
commit f98eb96584
68 changed files with 2533 additions and 1629 deletions
@@ -17,6 +17,7 @@ namespace Qoo.Graphics
Debug.Print(string.Format("INFO:Start Movie({0} Skip={1})", text, IsSkip.ToString()));
//TODO fix movie playing. either make platform specific versions OR make platform agnostic
//UnityTask.SetSubTask(MovieManager.PlayMovie(text, FullScreenMovieControlMode.CancelOnInput));
UnityTask.SetSubTask(MovieManager.PlayMovie(text, ""));
}
}
}