fix text input shader
This commit is contained in:
@@ -84,6 +84,7 @@ AFRAME.registerComponent('super-keyboard', {
|
||||
|
||||
// Create input.
|
||||
this.textInput = document.createElement('a-entity');
|
||||
this.textInput.setAttribute('mixin', 'superKeyboardTextInput');
|
||||
this.textInput.setAttribute('text', {
|
||||
align: this.data.align,
|
||||
font: this.data.font,
|
||||
|
||||
Reference in New Issue
Block a user