comment the correct api version

This commit is contained in:
Yaman Kassir 2024-08-25 01:53:41 +02:00 committed by Fancy2209
parent b4a0f3c889
commit b48003a537
1 changed files with 2 additions and 1 deletions

View File

@ -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
{
@ -37,4 +38,4 @@ package flash.display
return _width;
}
}
}
}