X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fnogl%2FnoGLALSW.inc;h=853c22495095f6c1f2ce94b996490eb92b48f72e;hp=55ee112fe1bfbd05dfcd820cefca48fd799b9f34;hb=be2f0e35ae7b7688559621e4b8cb2d9a75a43d23;hpb=ed750d2e31615702f9c230ef4aabe890ea55abab diff --git a/src/nogl/noGLALSW.inc b/src/nogl/noGLALSW.inc index 55ee112..853c224 100644 --- a/src/nogl/noGLALSW.inc +++ b/src/nogl/noGLALSW.inc @@ -60,7 +60,7 @@ implementation begin assert(i >= 0); assert(i <= High(tex)); - assert(tex[i].used); + //assert(tex[i].used); (* free unallocated texture *) tex[i].used := false; if tex[i].bmp <> nil then destroy_bitmap(tex[i].bmp);