We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231879a commit 3f663e3Copy full SHA for 3f663e3
modules/javafx.graphics/src/main/native-glass/ios/GlassViewGL.m
@@ -230,8 +230,6 @@ - (id)initWithFrame:(CGRect)frame withJview:(jobject)jView withJproperties:(jobj
230
if ([currSysVer compare:reqSysVer options:NSNumericSearch] != NSOrderedAscending) {
231
displayLink = [[UIScreen mainScreen] displayLinkWithTarget:[GlassTimer getDelegate]
232
selector:@selector(displayLinkUpdate:)];
233
- // 1 is 60hz, 2 is 30 Hz, 3 is 20 Hz ...
234
- [displayLink setFrameInterval:2];
235
[displayLink addToRunLoop:[NSRunLoop currentRunLoop] forMode:NSDefaultRunLoopMode];
236
[displayLink addToRunLoop:[NSRunLoop currentRunLoop] forMode:UITrackingRunLoopMode];
237
GLASS_LOG("GlassViewGL: displayLink SET");
0 commit comments