Skip to content

Commit

Permalink
avm2: Fix missing stub imports in TextRenderer.as
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed Oct 9, 2023
1 parent 13b50fe commit a3b95d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/avm2/globals/flash/text/TextRenderer.as
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
package flash.text
{
import __ruffle__.stub_method;
import __ruffle__.stub_getter;
import __ruffle__.stub_setter;

public final class TextRenderer
{
Expand Down

0 comments on commit a3b95d9

Please sign in to comment.