mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 06:17:00 +00:00
CErrorOutputWindow progress
This commit is contained in:
@@ -309,7 +309,7 @@ public:
|
||||
static float GetDepthNear() { return mDepthNear; }
|
||||
static float GetDepthFar() { return mDepthFar; }
|
||||
|
||||
static bool IsBeginSceneClearFb();
|
||||
static bool IsBeginSceneClearFb() { return mIsBeginSceneClearFb; }
|
||||
static void SetIsBeginSceneClearFb(bool);
|
||||
static void BeginScene();
|
||||
static void EndScene();
|
||||
|
||||
Reference in New Issue
Block a user