Skip to content

Commit

Permalink
Fixed wrong function in summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed Oct 16, 2023
1 parent ab629e1 commit db3f74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/initializing.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func _process(_delta: float) -> void:
func _initialize_Steam() -> void:
var INIT: Dictionary = Steam.steamInit()
var INIT: Dictionary = Steam.steamInitEx()
print("Did Steam initialize?: "+str(INIT))
if INIT['status'] > 0:
Expand Down

0 comments on commit db3f74b

Please sign in to comment.