gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server sprite_instance.h


From: Zou Lunkai
Subject: [Gnash-commit] gnash/server sprite_instance.h
Date: Thu, 08 May 2008 08:21:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  08/05/08 08:21:30

Modified files:
        server         : sprite_instance.h 

Log message:
        comments fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/sprite_instance.h?cvsroot=gnash&r1=1.195&r2=1.196

Patches:
Index: sprite_instance.h
===================================================================
RCS file: /sources/gnash/gnash/server/sprite_instance.h,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -b -r1.195 -r1.196
--- sprite_instance.h   8 May 2008 08:10:52 -0000       1.195
+++ sprite_instance.h   8 May 2008 08:21:29 -0000       1.196
@@ -147,10 +147,11 @@
        // See dox in character.h
        bool pointInVisibleShape(float x, float y) const;
 
-    /// return true if the given point is located in this sprite.
+    /// return true if the given point is located in a(this) hitable sprite.
     ///
     /// all sprites except mouse-insensitive dynamic masks are hitable.
     /// _visible property is ignored for hitable characters.
+    ///
     bool pointInHitableShape(float x, float y) const;
 
        /// Return 0-based index to current frame




reply via email to

[Prev in Thread] Current Thread [Next in Thread]