added getCanvas to PLWJGL

This commit is contained in:
codeanticode
2013-11-23 20:26:26 -05:00
parent 18b0563cfe
commit 27e05e8025

View File

@@ -125,6 +125,11 @@ public class PLWJGL extends PGL {
if (glu == null) glu = new GLU();
}
public Canvas getCanvas() {
return canvas;
}
protected void setFps(float fps) {
if (!setFps || targetFps != fps) {