(XDK) renderchain_init_shader - should return true

This commit is contained in:
twinaphex 2015-04-06 02:08:22 +02:00
parent ccd556d99c
commit c8cc92859e

View File

@ -261,7 +261,7 @@ bool renderchain_init_shader(void *data)
return d3d->shader->init(d3d, shader_path);
#endif
return false;
return true;
}
bool renderchain_init(void *data,