X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture2d.cpp;h=01612d7325a8bf21c875e6e5a7de4f3de461657d;hp=8dc15b1c38aaf3a6364c3eccf80249ef25d2f301;hb=ef650a483b4201a1e9727f9a86e59894344d30e8;hpb=4965ad140daacd10e77b74ce9b49e98c4c4dae55 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) { }