Skip to content

Commit

Permalink
so apparently my local builds aren't loading so i have to use ci :(
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Jul 4, 2024
1 parent 2d146fc commit 1ea5400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/features/TypeInZLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ class $modify(TypeInUI, EditorUI) {
if (!lockBtn) return;
const char* sprite = "GJ_lock_open_001.png";
auto onAll = m_editorLayer->m_currentLayer == -1;
auto layerLocked = !onAll ?
m_editorLayer->isLayerLocked(m_editorLayer->m_currentLayer) :
false;
auto layerLocked = !onAll ; //?
// m_editorLayer->isLayerLocked(m_editorLayer->m_currentLayer) :
// false;

if (onAll) {
sprite = "GJ_lockGray_001.png";
Expand Down

0 comments on commit 1ea5400

Please sign in to comment.