Skip to content

Commit

Permalink
fix inline get error on haxe 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored Dec 14, 2023
1 parent 3a5ce27 commit 44ef6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/system/frontEnds/PluginFrontEnd.hx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class PluginFrontEnd
* See the `FlxPath` or `FlxTimer` constructors for example usage.
* @return The plugin object, or null if no matching plugin was found.
*/
public inline function get<T:FlxBasic>(type:Class<T>):T
public function get<T:FlxBasic>(type:Class<T>):T
{
for (plugin in list)
{
Expand Down

0 comments on commit 44ef6ed

Please sign in to comment.