added required isSupported

This commit is contained in:
Brian Matzon 2007-10-22 20:54:16 +00:00
parent 2426b07912
commit 409da4106b
1 changed files with 5 additions and 0 deletions

View File

@ -40,4 +40,9 @@ public class LWJGLEnvironmentPlugin extends ControllerEnvironment implements Plu
public Controller[] getControllers() {
return controllers;
}
@Override
public boolean isSupported() {
return true;
}
}