mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-18 01:14:59 +01:00
Fix UI Shader
This commit is contained in:
@@ -18,7 +18,7 @@ namespace CinemaDirector
|
||||
private void Update()
|
||||
{
|
||||
string filename = string.Format("{0}/shot {1:D04}.png", Folder, Time.frameCount);
|
||||
Application.CaptureScreenshot(filename);
|
||||
ScreenCapture.CaptureScreenshot(filename);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user