summaryrefslogtreecommitdiffstats
path: root/o3d/samples/o3d-webgl/stream.js
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/samples/o3d-webgl/stream.js')
-rw-r--r--o3d/samples/o3d-webgl/stream.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/o3d/samples/o3d-webgl/stream.js b/o3d/samples/o3d-webgl/stream.js
index 0a3cf19..6a96aa1 100644
--- a/o3d/samples/o3d-webgl/stream.js
+++ b/o3d/samples/o3d-webgl/stream.js
@@ -35,6 +35,7 @@
* @constructor
*/
o3d.Stream = function(semantic, semantic_index, field, start_index) {
+ o3d.NamedObject.call(this);
this.semantic = semantic;
this.semanticIndex = semantic_index;
this.field = field;