X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobject.h;h=2b5f4a850d8aa7b483fde3cf1eb932d4c9efc9e2;hb=712d77b12b4bfee6d1f2e7436247ade5405e8f90;hp=bff41bf108e3f153fb6383f8fd09eb8dc91ec3bc;hpb=b617c5d7b5283ad260a77f01e42e6170cabbc03d;p=libs%2Fgl.git diff --git a/source/object.h b/source/object.h index bff41bf1..2b5f4a85 100644 --- a/source/object.h +++ b/source/object.h @@ -82,7 +82,7 @@ public: if(!pass) return; - Bind bind(*pass); + Bind bind(pass); for(Iter i=begin; i!=end; ++i) render_instance(**i, tag); }