Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioNoack committed Oct 24, 2023
1 parent 76e825d commit c5cdca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/me/anno/remsstudio/RemsStudio.kt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ import kotlin.math.min

// todo when playing video, and the time hasn't been touched manually, slide the time panel, when the time reaches the end: slide by 1x window width

object RemsStudio : StudioBase("Rem's Studio", 10201, true) {
object RemsStudio : StudioBase("Rem's Studio", 10202, true) {

val defaultWindowStack get() = GFX.someWindow!!.windowStack
var hideUnusedProperties = false
Expand Down

0 comments on commit c5cdca8

Please sign in to comment.