Fix regression from 1.18 that broke separate shader programs

This commit is contained in:
rdb 2013-05-22 13:47:37 +00:00
parent 3a3b35e7c5
commit 11403d7826

View File

@ -619,7 +619,7 @@ ShaderFile(const string &vertex,
const string &geometry,
const string &tess_control,
const string &tess_evaluation) :
_separate(false),
_separate(true),
_vertex(vertex),
_fragment(fragment),
_geometry(geometry),