Skip to content

Commit

Permalink
Fixed video texture update
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed May 21, 2013
1 parent 5bb3734 commit 2526485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/latest/plugins/texture/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SceneJS.Plugins.addPlugin(
publish = fn;
},

setConfigs:function (cfg) {
configure:function (cfg) {

if (cfg.src) {

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/texture/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SceneJS.Plugins.addPlugin(
publish = fn;
},

setConfigs:function (cfg) {
configure:function (cfg) {

if (cfg.src) {

Expand Down

0 comments on commit 2526485

Please sign in to comment.