Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
STREGA committed Apr 24, 2024
1 parent 4b89c25 commit 0c75de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ let package = Package(
settings.append(.define("GATEENGINE_WASI_UNSUPPORTED_HOST", .when(platforms: [.wasi])))
#endif

#if true // Experimental and upcomming language features.
#if false // Experimental and upcomming language features.
// These should be disabled for releases.
// These are to get a headstart on the next Swift versions.
// https://www.swift.org/swift-evolution/#?upcoming=true
Expand Down
2 changes: 1 addition & 1 deletion Sources/GateEngine/UI/Button.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* http://stregasgate.com
*/

open class Button: View {
open class Button: Control {
open override func canBeHit() -> Bool {
return true
}
Expand Down

0 comments on commit 0c75de5

Please sign in to comment.