Added framerate limiter

This commit is contained in:
Digital Artifex
2025-08-22 21:05:29 -04:00
parent 4bd1b46f7f
commit 02e7cf37c4
6 changed files with 343 additions and 93 deletions

View File

@@ -339,7 +339,7 @@ Item
id: speedSlider
Layout.fillWidth: true
from: 0
to: 16
to: 4
stepSize: 0.1
onValueChanged: shaderSpeedField.text = String(value.toFixed(2));
}