REVIEWED: rlLoadFramebuffer()
This commit is contained in:
parent
80580746e5
commit
615ee9d177
6 changed files with 6 additions and 6 deletions
|
@ -85,7 +85,7 @@ int main(void)
|
|||
|
||||
// Initialize the G-buffer
|
||||
GBuffer gBuffer = { 0 };
|
||||
gBuffer.framebuffer = rlLoadFramebuffer(screenWidth, screenHeight);
|
||||
gBuffer.framebuffer = rlLoadFramebuffer();
|
||||
|
||||
if (!gBuffer.framebuffer)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue