REVIEWED: rlLoadFramebuffer()
This commit is contained in:
parent
80580746e5
commit
615ee9d177
6 changed files with 6 additions and 6 deletions
|
@ -203,7 +203,7 @@ RenderTexture2D LoadShadowmapRenderTexture(int width, int height)
|
|||
{
|
||||
RenderTexture2D target = { 0 };
|
||||
|
||||
target.id = rlLoadFramebuffer(width, height); // Load an empty framebuffer
|
||||
target.id = rlLoadFramebuffer(); // Load an empty framebuffer
|
||||
target.texture.width = width;
|
||||
target.texture.height = height;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue