mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-27 13:59:01 -05:00
fix terrain example module export
This commit is contained in:
parent
45aae25681
commit
4a967ecc83
1 changed files with 1 additions and 1 deletions
|
@ -106,5 +106,5 @@ Example.terrain = function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
if (typeof module !== 'undefined') {
|
if (typeof module !== 'undefined') {
|
||||||
module.exports = Example;
|
module.exports = Example[Object.keys(Example)[0]];
|
||||||
}
|
}
|
Loading…
Reference in a new issue