mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-21 17:34:47 -05:00
whb/gfx: Capitalise v in WHBGfxGetTVColourBuffer
All the other public whb/gfx functions capitalise DRC and TV, so do that here.
This commit is contained in:
parent
78ee1c51bc
commit
1df3d9a40d
|
|
@ -93,7 +93,7 @@ BOOL
|
|||
WHBGfxFreeTexture(GX2Texture *texture);
|
||||
|
||||
GX2ColorBuffer *
|
||||
WHBGfxGetTvColourBuffer();
|
||||
WHBGfxGetTVColourBuffer();
|
||||
|
||||
GX2DepthBuffer *
|
||||
WHBGfxGetTVDepthBuffer();
|
||||
|
|
|
|||
|
|
@ -542,7 +542,7 @@ WHBGfxFinishRenderTV()
|
|||
}
|
||||
|
||||
GX2ColorBuffer *
|
||||
WHBGfxGetTvColourBuffer()
|
||||
WHBGfxGetTVColourBuffer()
|
||||
{
|
||||
return &sTvColourBuffer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user