mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-09 04:42:49 +00:00
ads-game:: fix numerical error
This commit is contained in:
parent
4b74fdf7c1
commit
2e99da82ba
@ -209,7 +209,7 @@ bool ads_turn(int idelta) {
|
|||||||
if(auto_angle) pconf.model_orientation -= ang;
|
if(auto_angle) pconf.model_orientation -= ang;
|
||||||
|
|
||||||
fixmatrix_ads(current.T);
|
fixmatrix_ads(current.T);
|
||||||
fixmatrix_ads(vctrV.T);
|
fixmatrix_ads(new_vctrV.T);
|
||||||
});
|
});
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user