Main repository of MikuMikuStudio
Revision | 55607b019d08aeebe35a6be5d6ede83e1142003b (tree) |
---|---|
Zeit | 2013-10-08 17:32:37 |
Autor | kobayasi <kobayasi@pscn...> |
Commiter | kobayasi |
Add setMinFrameDuration
@@ -506,4 +506,12 @@ public class OGLESContext implements JmeContext, GLSurfaceView.Renderer | ||
506 | 506 | return clientOpenGLESVersion; |
507 | 507 | } |
508 | 508 | |
509 | + public int getMinFrameDuration() { | |
510 | + return minFrameDuration; | |
511 | + } | |
512 | + | |
513 | + public void setMinFrameDuration(int minFrameDuration) { | |
514 | + this.minFrameDuration = minFrameDuration; | |
515 | + } | |
516 | + | |
509 | 517 | } |