mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-04 08:56:26 +00:00
REVIEWED: rlLoadFramebuffer()
This commit is contained in:
@@ -3893,7 +3893,7 @@ RenderTexture2D LoadRenderTexture(int width, int height)
|
||||
{
|
||||
RenderTexture2D target = { 0 };
|
||||
|
||||
target.id = rlLoadFramebuffer(width, height); // Load an empty framebuffer
|
||||
target.id = rlLoadFramebuffer(); // Load an empty framebuffer
|
||||
|
||||
if (target.id > 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user