X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture2d.cpp;h=01612d7325a8bf21c875e6e5a7de4f3de461657d;hb=a5f76ec38d682108e8c655a25b32b88e19bd8783;hp=8dc15b1c38aaf3a6364c3eccf80249ef25d2f301;hpb=57ca8f2bd18525d80ed6ad5d3f72e57901162d55;p=libs%2Fgl.git diff --git a/source/core/texture2d.cpp b/source/core/texture2d.cpp index 8dc15b1c..01612d73 100644 --- a/source/core/texture2d.cpp +++ b/source/core/texture2d.cpp @@ -6,8 +6,7 @@ using namespace std; namespace Msp { namespace GL { -Texture2D::Texture2D(ResourceManager *m): - Texture2DBackend(m), +Texture2D::Texture2D(): width(0), height(0) { }