Skip to content

Commit

Permalink
ProjectPlayer: Add renderFps property
Browse files Browse the repository at this point in the history
Resolves: #139
  • Loading branch information
adazem009 committed Oct 25, 2024
1 parent b940173 commit 688bb9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ProjectPlayer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ProjectScene {
property int stageWidth: 480
property int stageHeight: 360
readonly property bool running: loader.running
readonly property int renderFps: loader.renderFps
readonly property list<string> unsupportedBlocks: loader.unsupportedBlocks
property alias fps: loader.fps
property alias turboMode: loader.turboMode
Expand Down

0 comments on commit 688bb9d

Please sign in to comment.