suxinde2009 / isgl3d

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

bug in Isgl3dFollowCamera #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Isgl3dFollowCamera.m line 91

if (_target) {

should be

if (!_target) {

Original issue reported on code.google.com by pinolala...@gmail.com on 14 Apr 2011 at 7:26

GoogleCodeExporter commented 8 years ago
Will be available in v1.2

Original comment by stuart.caunt on 15 Apr 2011 at 5:14