(360) Small fix - (preliminary) FBO mode seems to work

This commit is contained in:
TwinAphex51224 2012-05-23 23:36:42 +02:00
parent 45566c3663
commit cef6dcec66

View File

@ -206,7 +206,7 @@ static void set_program_attributes(unsigned i)
prg[i].frame_cnt_v = prg[i].v_ctable->GetConstantByName(NULL, "$IN.frame_count");
prg[i].frame_dir_v = prg[i].v_ctable->GetConstantByName(NULL, "$IN.frame_direction");
prg[i].mvp = prg[i].v_ctable->GetConstantByName(NULL, "$modelViewProj");
prg[i].mvp_val = XMMIdentity();
prg[i].mvp_val = XMMatrixIdentity();
}
bool hlsl_load_shader(unsigned index, const char *path)