0

I've just grabbed the tip of Andengine GLES2 from github. When I bring the project in to Eclipse, its got LOTS of problems. But the main problem is that there are many places in which @override is used on objects which have no superclass.

Is it just me? Is there working version of GLES2?

Charles
  • 50,943
  • 13
  • 104
  • 142
Plastic Sturgeon
  • 12,527
  • 4
  • 33
  • 47
  • @Charles - Andengine GLES1 and GLES2 are incompatible, use different packages, and a different API. IMHO that justifies a separate tag, because a solution for one, will not work on the other. To illustrate the point, android encompases andengine, and java encompasses android. Yet each has its own tag, for obvious reasons. I'm hoping that introducing a new tag for GLES2 will add utility for end users. – Plastic Sturgeon Feb 19 '12 at 17:53

1 Answers1

0

Found the anmswer to my own question: in java 1.6 overrides can be in place for implemented methods. Description of trouble here:

Eclipse ignoring incorrect @Override annotations

Community
  • 1
  • 1
Plastic Sturgeon
  • 12,527
  • 4
  • 33
  • 47