Skip to content

Commit

Permalink
Merge pull request #1500 from RblSb/patch-1
Browse files Browse the repository at this point in the history
Haxe nightly fix
  • Loading branch information
RobDangerous authored Nov 27, 2024
2 parents 6886828 + 3fc5982 commit e4d3ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/kha/System.hx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class System {

@:deprecated("Use System.start instead")
public static function init(options: OldSystemOptions, callback: Void->Void): Void {
var features: kha.WindowFeatures = None;
var features: WindowFeatures = None;
if (options.resizable)
features |= WindowFeatures.FeatureResizable;
if (options.maximizable)
Expand Down

0 comments on commit e4d3ade

Please sign in to comment.