Skip to content

Commit

Permalink
Game no longer freezes when spawning stuff (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunofang committed Aug 17, 2024
1 parent 132259a commit 1952707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion html/create_object.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
var objects = object_paths == null ? new Array() : object_paths.split(";");

document.spawner.filter.focus();
populateList(objects);

function populateList(from_list) {
object_list.options.length = 0;
Expand Down

0 comments on commit 1952707

Please sign in to comment.