mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Replaced some references to Image and Canvas with Texture.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// LOVE
|
||||
#include "common/math.h"
|
||||
#include "Drawable.h"
|
||||
#include "Image.h"
|
||||
#include "Texture.h"
|
||||
#include "vertex.h"
|
||||
#include "video/VideoStream.h"
|
||||
#include "audio/Source.h"
|
||||
@@ -74,7 +74,7 @@ private:
|
||||
|
||||
Vertex vertices[4];
|
||||
|
||||
StrongRef<Image> images[3];
|
||||
StrongRef<Texture> textures[3];
|
||||
StrongRef<love::audio::Source> source;
|
||||
|
||||
}; // Video
|
||||
|
||||
Reference in New Issue
Block a user