X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbuilders%2Fsequencetemplate.cpp;h=46ffec702c300e5ae5f393abdbdabc8929525c9f;hp=bfab28042a9d596e6c0194ba94602b919b9220d5;hb=c63285753b51215c030b226d66f9662287713f01;hpb=47fa42594ef79dfe8c95edeeda11e9a9492e35bf;ds=sidebyside diff --git a/source/builders/sequencetemplate.cpp b/source/builders/sequencetemplate.cpp index bfab2804..46ffec70 100644 --- a/source/builders/sequencetemplate.cpp +++ b/source/builders/sequencetemplate.cpp @@ -113,7 +113,7 @@ void SequenceTemplate::Loader::step(const string &tag, const string &rend) { Step stp; stp.tag = tag; - stp.renderable_name = rend; + stp.slot_name = rend; if(coll) load_sub(stp, *coll); else