chg: --delta -> --fps
parent
2683a634de
commit
f9dec24eb5
|
@ -395733,7 +395733,7 @@ static void v4k_post_init(float refresh_rate) {
|
||||||
// preload brdf LUT early
|
// preload brdf LUT early
|
||||||
(void)brdf_lut();
|
(void)brdf_lut();
|
||||||
|
|
||||||
uint64_t fps = optioni("--delta", 0);
|
uint64_t fps = optioni("--fps", 0);
|
||||||
if( fps ) {
|
if( fps ) {
|
||||||
window_fps_lock(fps);
|
window_fps_lock(fps);
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,7 +52,7 @@ static void v4k_post_init(float refresh_rate) {
|
||||||
// preload brdf LUT early
|
// preload brdf LUT early
|
||||||
(void)brdf_lut();
|
(void)brdf_lut();
|
||||||
|
|
||||||
uint64_t fps = optioni("--delta", 0);
|
uint64_t fps = optioni("--fps", 0);
|
||||||
if( fps ) {
|
if( fps ) {
|
||||||
window_fps_lock(fps);
|
window_fps_lock(fps);
|
||||||
}
|
}
|
||||||
|
|
|
@ -30273,7 +30273,7 @@ static void v4k_post_init(float refresh_rate) {
|
||||||
// preload brdf LUT early
|
// preload brdf LUT early
|
||||||
(void)brdf_lut();
|
(void)brdf_lut();
|
||||||
|
|
||||||
uint64_t fps = optioni("--delta", 0);
|
uint64_t fps = optioni("--fps", 0);
|
||||||
if( fps ) {
|
if( fps ) {
|
||||||
window_fps_lock(fps);
|
window_fps_lock(fps);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue