yozefx / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

gkGameObject getVisible need to return a value #303

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Under Visual Studio the line 263 in gkGameObjekt.h (rev. 1251)

( GK_INLINE bool getVisible()                
{getNode()->getAttachedObject(0)->getVisible();} ) 

need to return a value just add a return statement

Original issue reported on code.google.com by S.schwei...@gmail.com on 4 Feb 2013 at 7:42

GoogleCodeExporter commented 8 years ago
Test against the svn r1252.

Add patch for the above code.

Thanks.

Sincerely,
Danil

Original comment by KAI.TING...@gmail.com on 8 Mar 2013 at 6:31

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed on r1261.

Thanks.

Original comment by harkon...@gmail.com on 13 Apr 2013 at 9:53