Replaced some references to Image and Canvas with Texture.

This commit is contained in:
Alex Szpakowski
2020-02-04 20:52:57 -04:00
parent c3b77e0a92
commit b71eaf73cc
12 changed files with 47 additions and 50 deletions
+2 -2
View File
@@ -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