@@ -839,6 +839,7 @@ var BABYLON;
};
Control.prototype._markMatrixAsDirty = function () {
this._isMatrixDirty = true;
+ this._markAsDirty();
Control.prototype._markAsDirty = function () {
this._isDirty = true;
@@ -374,6 +374,7 @@ module BABYLON.GUI {
public _markMatrixAsDirty(): void {
}
protected _markAsDirty(): void {