MovingBlocks / box2d-editor

Automatically exported from code.google.com/p/box2d-editor - migrated here to maybe maintain together with Destination Sol. Original website:
https://code.google.com/archive/p/box2d-editor/
Apache License 2.0
84 stars 21 forks source link

Use of deprecated Vector2.mul #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Vector2.mul is used in several places in BodyEditorLoader.java. The method is 
deprecated and should be replaced with Vector2.scl.

Original issue reported on code.google.com by waldeinb...@gmail.com on 6 Jul 2013 at 9:18

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29226597-use-of-deprecated-vector2-mul?utm_campaign=plugin&utm_content=tracker%2F23699865&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F23699865&utm_medium=issues&utm_source=github).
GoogleCodeExporter commented 8 years ago
Thanks for the info!

Original comment by aurelien.ribon on 1 Oct 2013 at 8:02