mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-08 20:10:39 +01: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