From 6e09153e63c6181f251443e9945cdff151ddaf25 Mon Sep 17 00:00:00 2001 From: "qian.sui" Date: Mon, 11 Sep 2017 16:45:20 +0800 Subject: [PATCH] [ElmSharp]Modify API comments for EvasMap Change-Id: Ibeb675f859f999e0b0903bd66985059a551ac606 Signed-off-by: qian.sui --- src/ElmSharp/ElmSharp/EvasMap.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ElmSharp/ElmSharp/EvasMap.cs b/src/ElmSharp/ElmSharp/EvasMap.cs index cdf1410..13fa2ee 100755 --- a/src/ElmSharp/ElmSharp/EvasMap.cs +++ b/src/ElmSharp/ElmSharp/EvasMap.cs @@ -123,7 +123,7 @@ namespace ElmSharp /// The amount of degrees from 0.0 to 360.0 to rotate around Z axis /// The rotation's center horizontal position /// The rotation's center vertical position - /// The rotation's center vertical position + /// The rotation's center depth position public void Rotate3D(double dx, double dy, double dz, int cx, int cy, int cz) { Interop.Evas.evas_map_util_3d_rotate(_evasMap, dx, dy, dz, cx, cy, cz); -- 2.7.4