Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Feb 25, 2024
1 parent 07aa32f commit 7dc686c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/util/FlxUnicodeUtil.hx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class FlxUnicodeUtil
@:dox(hide)
@:noCompletion
@:deprecated("Use UnicodeString")
abstract UnicodeBuffer(UnicodeString) from UnicodeString
abstract UnicodeBuffer(UnicodeString) from UnicodeString from String
{
public inline function new(s:String = "")
{
Expand Down

0 comments on commit 7dc686c

Please sign in to comment.