We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d24df3 commit 1a94243Copy full SHA for 1a94243
source/flx3d/_internal/TextureView3D.hx
@@ -24,7 +24,7 @@ class TextureView3D extends View3D
24
public var onUpdateBitmap:(BitmapData) -> Void;
25
26
/**
27
- * Prevents the enging from disposing Flixel's Stage3D/Context3D instance
+ * Prevents the engine from disposing Flixel's Stage3D/Context3D instance
28
*/
29
public override function dispose() @:privateAccess {
30
_stage3DProxy = null;
0 commit comments