mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-17 08:54:43 +01:00
Fix UI Shader
This commit is contained in:
@@ -11,7 +11,7 @@ namespace CinemaDirector
|
||||
|
||||
public override void Trigger()
|
||||
{
|
||||
Application.CaptureScreenshot(string.Format("Assets\\{0}{1}.png", base.gameObject.name, Count++));
|
||||
ScreenCapture.CaptureScreenshot(string.Format("Assets\\{0}{1}.png", base.gameObject.name, Count++));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user