This commit is contained in:
Gregory Wells
2025-08-19 08:39:29 -04:00
parent 740cf1e628
commit 55605b6d5f
4 changed files with 18 additions and 32 deletions

View File

@@ -24,7 +24,6 @@ gnReturnCode openglCreateFramebuffer(gnFramebuffer framebuffer, gnDevice device,
});
return GN_FAILED_CREATE_OBJECT;
}
}
return GN_SUCCESS;
}