X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fobject.h;fp=source%2Fobject.h;h=2b5f4a850d8aa7b483fde3cf1eb932d4c9efc9e2;hp=bff41bf108e3f153fb6383f8fd09eb8dc91ec3bc;hb=42ace9ac1350d3ae009bdd2fb335ac1e57d1b36b;hpb=95e926ee2bb662fe8795546db4bdebd1a0aff85b 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); }