swa: invert normal/point (nw)

This commit is contained in:
Olivier Galibert 2016-04-14 15:35:17 +02:00
parent 2f6e57a318
commit 0ff1223fe8

View File

@ -1822,10 +1822,10 @@ const struct model1_state::function model1_state::ftab_swa[] = {
{ nullptr, 0 },
{ nullptr, 0 },
{ &model1_state::f56, 7 },
{ &model1_state::int_normal, 0 },
{ &model1_state::int_point, 0 },
{ &model1_state::matrix_readt, 0 },
{ &model1_state::acc_geti, 0 },
{ &model1_state::int_point, 0 },
{ &model1_state::int_normal, 0 },
{ nullptr, 0 },
{ nullptr, 0 },
{ nullptr, 0 },