Skip to content

Commit

Permalink
💀
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMario211 committed Nov 8, 2024
1 parent 5f57934 commit 5f3f383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/ObjectWorkshop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ class ObjectWorkshop : public geode::Popup<bool>, public TextInputDelegate {
if (!editor) return nullptr;
//return editor->spriteFromObjectString(objectString, center, filterObjects, limit, smartBlocks, filter, keyframeObject);
auto sprite = CCSprite::create();
/*
CCArray* objectsArray = LevelEditorLayer::get()->createObjectsFromString(objectString, true, true);
if (filter != nullptr && filterObjects) {
for (int i = 0; (i < objectsArray->count()) && (i < filter->count()); i++) {
Expand Down

0 comments on commit 5f3f383

Please sign in to comment.