Skip to content

Commit 688bb9d

Browse files
committed
ProjectPlayer: Add renderFps property
Resolves: #139
1 parent b940173 commit 688bb9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProjectPlayer.qml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ProjectScene {
1212
property int stageWidth: 480
1313
property int stageHeight: 360
1414
readonly property bool running: loader.running
15+
readonly property int renderFps: loader.renderFps
1516
readonly property list<string> unsupportedBlocks: loader.unsupportedBlocks
1617
property alias fps: loader.fps
1718
property alias turboMode: loader.turboMode

0 commit comments

Comments
 (0)