1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

ads-game:: fix numerical error

This commit is contained in:
Zeno Rogue 2022-09-19 00:12:00 +02:00
parent 4b74fdf7c1
commit 2e99da82ba

View File

@ -209,7 +209,7 @@ bool ads_turn(int idelta) {
if(auto_angle) pconf.model_orientation -= ang;
fixmatrix_ads(current.T);
fixmatrix_ads(vctrV.T);
fixmatrix_ads(new_vctrV.T);
});
return true;