Skip to content

Commit

Permalink
comment the correct api version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesteery authored and Fancy2209 committed Sep 9, 2024
1 parent b4a0f3c commit b48003a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/avm2/globals/flash/display/ScreenMode.as
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package flash.display
import __ruffle__.stub_getter;
import flash.geom.Rectangle;

// [API("733")] Ruffle doesn't support this API Version
[API(661)]
public class ScreenMode
{
Expand Down Expand Up @@ -37,4 +38,4 @@ package flash.display
return _width;
}
}
}
}

0 comments on commit b48003a

Please sign in to comment.