mirror of
https://github.com/love2d/love.git
synced 2026-08-19 04:06:17 +02:00
Did the name change
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
#include "Quad.h"
|
||||
#include "SpriteBatch.h"
|
||||
#include "ParticleSystem.h"
|
||||
#include "Fbo.h"
|
||||
#include "Framebuffer.h"
|
||||
|
||||
namespace love
|
||||
{
|
||||
@@ -261,7 +261,7 @@ namespace opengl
|
||||
|
||||
ParticleSystem * newParticleSystem(Image * image, int size);
|
||||
|
||||
Fbo * newFbo(int width, int height);
|
||||
Framebuffer * newFramebuffer(int width, int height);
|
||||
|
||||
/**
|
||||
* Sets the foreground color.
|
||||
|
||||
Reference in New Issue
Block a user