Skip to content

Commit

Permalink
switch MaxRectsBin as default packer
Browse files Browse the repository at this point in the history
  • Loading branch information
odrick committed Jul 26, 2019
1 parent 0cc1525 commit 98df3a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/web/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41126,7 +41126,7 @@ function (_Packer) {
// CONCATENATED MODULE: ./src/client/packers/index.js


var packers_list = [packers_MaxRectsPacker, packers_MaxRectsBin];
var packers_list = [packers_MaxRectsBin, packers_MaxRectsPacker];

function getPackerByType(type) {
for (var _i = 0, _list = packers_list; _i < _list.length; _i++) {
Expand Down
4 changes: 2 additions & 2 deletions src/client/packers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import MaxRectsPacker from "./MaxRectsPacker";
import MaxRectsBin from "./MaxRectsBin";

const list = [
MaxRectsPacker,
MaxRectsBin
MaxRectsBin,
MaxRectsPacker
];

function getPackerByType(type) {
Expand Down

0 comments on commit 98df3a7

Please sign in to comment.