This commit is contained in:
Nick Fisher
2025-04-16 18:00:17 +08:00
parent e7092c416b
commit 0759590f4c

View File

@@ -201,7 +201,7 @@ class TestHelper {
///
Future<ThermionTextureSwift> createTexture(int width, int height,
{bool depth = false}) async {
final object = ThermionTextureSwift.new1();
final object = ThermionTextureSwift.new$();
object.initWithWidth_height_isDepth_(width, height, depth);
return object;
}