Skip to content

Commit

Permalink
Fixed #4
Browse files Browse the repository at this point in the history
  • Loading branch information
M0n7y5 authored Jun 13, 2020
1 parent 8cc3eef commit 2459050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/RenderTexture2D.bf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace raylib_beef.Types
[CRepr]
public struct RenderTexture2D
{
public uint id; // OpenGL Framebuffer Object (FBO) id
public uint32 id; // OpenGL Framebuffer Object (FBO) id
public Texture2D texture; // Color buffer attachment texture
public Texture2D depth; // Depth buffer attachment texture
public bool depthTexture; // Track if depth attachment is a texture or renderbuffer
Expand Down

0 comments on commit 2459050

Please sign in to comment.