Two more shading typos in Aws3d

This commit is contained in:
Mahmut Jomaa 2020-08-11 05:36:31 +02:00 committed by GitHub
parent 1be59a28fc
commit 649f332630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1881,7 +1881,7 @@ mxUtils.extend(mxShapeAws3dInstance, mxShape);
mxShapeAws3dInstance.prototype.cst = {
INSTANCE : 'mxgraph.aws3d.instance',
SHADIG_COLORS : 'shadingCols'
SHADING_COLORS : 'shadingCols'
};
/**
@ -2933,7 +2933,7 @@ mxUtils.extend(mxShapeAws3dRdsMaster, mxShape);
mxShapeAws3dRdsMaster.prototype.cst = {
RDS_MASTER : 'mxgraph.aws3d.rdsMaster',
SHADIG_COLORS : 'shadingCols'
SHADING_COLORS : 'shadingCols'
};
/**