Hi
getting error on drawText function of DynamicTexture inside NullEngine.
Error:
TypeError: Cannot read property 'width' of undefined.
Call:
texture.drawText(
text,
null as any,
null as any,
font,
color,
"black",
true,
);
Also as side note x and y have wrong type as in implementation are Nullable<number>
Judging from code could be issue of getSize