mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-09-17 11:09:36 +00:00
CCubeRenderer const memes
This commit is contained in:
parent
4365443fcb
commit
eb29f75407
@ -528,7 +528,7 @@ void CCubeRenderer::SetViewport(int left, int bottom, int width, int height) {
|
||||
CGraphics::SetScissor(left, bottom, width, height);
|
||||
}
|
||||
|
||||
void CCubeRenderer::SetDepthReadWrite(bool read, bool update) {
|
||||
void CCubeRenderer::SetDepthReadWrite(const bool read, const bool update) {
|
||||
CGraphics::SetDepthWriteMode(read, kE_LEqual, update);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user