mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Fixed Object:typeOf for love.physics objects new to 0.8.0, removed vestigial ColorMode code
This commit is contained in:
@@ -38,6 +38,8 @@ namespace opengl
|
||||
// none, opengl >= 3.0, extensions
|
||||
struct FramebufferStrategy
|
||||
{
|
||||
virtual ~FramebufferStrategy() {}
|
||||
|
||||
/// create a new framebuffer, depth_stencil and texture
|
||||
/**
|
||||
* @param[out] framebuffer Framebuffer name
|
||||
|
||||
Reference in New Issue
Block a user