mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-30 05:23:00 +00:00
ads-game:: fix numerical error
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user