X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fpartcache.h;fp=source%2Fpartcache.h;h=137bce4c37539a8c032f27b36cff0c35afc89f58;hp=af697339efcfa0ed5e46cb998235e0c156ac13c0;hb=81c4024fb6acf37df702a803dc4efdf82a81525a;hpb=9f38197854e699a6093a906ab43f4238f3cd2388 diff --git a/source/partcache.h b/source/partcache.h index af69733..137bce4 100644 --- a/source/partcache.h +++ b/source/partcache.h @@ -12,9 +12,9 @@ class Part; struct CachedPart { - const Part *part = 0; - const GL::Texture2D *texture = 0; - GL::Mesh *mesh = 0; + const Part *part = nullptr; + const GL::Texture2D *texture = nullptr; + GL::Mesh *mesh = nullptr; ~CachedPart(); };