]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2d.cpp
Use set_manager instead of passing the manager to the constructor
[libs/gl.git] / source / core / texture2d.cpp
index 8dc15b1c38aaf3a6364c3eccf80249ef25d2f301..01612d7325a8bf21c875e6e5a7de4f3de461657d 100644 (file)
@@ -6,8 +6,7 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-Texture2D::Texture2D(ResourceManager *m):
-       Texture2DBackend(m),
+Texture2D::Texture2D():
        width(0),
        height(0)
 { }