diff --git a/lime/utils/DataPointer.hx b/lime/utils/DataPointer.hx index e979dfe84..783c87c56 100644 --- a/lime/utils/DataPointer.hx +++ b/lime/utils/DataPointer.hx @@ -152,7 +152,7 @@ abstract DataPointer(DataPointerType) to DataPointerType { } - #if (js && html5) + #if (js && html5 && !display) @:dox(hide) @:noCompletion public function toBufferOrBufferView (?length:Int):Dynamic { var data:DataPointerObject = this;