added registerListeners() method to PGL

This commit is contained in:
codeanticode
2013-09-13 19:04:55 -04:00
parent 51947ae116
commit ea82da68de
3 changed files with 38 additions and 23 deletions

View File

@@ -327,6 +327,9 @@ public abstract class PGL {
protected abstract void initSurface(int antialias);
protected abstract void registerListeners();
protected void deleteSurface() {
if (threadIsCurrent() && fboLayerCreated) {
deleteTextures(2, glColorTex);