-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
on macOS14 with current OF-git, doing this always prints 0:
void ofApp::update(){
ofLogNotice("last") << ofGetLastFrameTime();
}[notice ] last: 0.0
[notice ] last: 0.0
[notice ] last: 0.0
[notice ] last: 0.0perhaps it's local to macOS — could other platforms confirm?
if it's really a regression it's traceable to #7966 and reverting it fixes the problem:
[notice ] last: 0.00400008
[notice ] last: 0.0123949
[notice ] last: 0.00437546
[notice ] last: 0.0117662