mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix regression from 1.18 that broke separate shader programs
This commit is contained in:
parent
3a3b35e7c5
commit
11403d7826
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user