Adding option to use second precision instead of milliosecond

This commit is contained in:
Nathan Adams
2013-01-27 22:26:00 -06:00
parent 3d235e0e14
commit 4e22172543
2 changed files with 8 additions and 2 deletions

View File

@@ -119,6 +119,9 @@
* - Adding extension to mousestate (Position) to get a Vector2 object of the position
* - Added MouseAimVector to AGS - this allows you to get a vector to "shoot" with (realtive to the mouse and another object) a LinearVelocity in Farseer
*
* 1.0.1.8 - 1/12/2012
* - Adding UseSecondStep flag in PhysicsGameScreen (default false)
*
*/
#endregion