Skip to content

Commit

Permalink
- Fix love.system not found
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Nov 1, 2024
1 parent f4e04b3 commit 2e53780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Zframework/clipboard_thread.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local getCHN,setCHN,triggerCHN=...
local CHN_demand,CHN_getCount=triggerCHN.demand,triggerCHN.getCount
local CHN_push,CHN_pop=triggerCHN.push,triggerCHN.pop

love.system = require'love.system'
JS=require'Zframework.js'

local yield=coroutine.yield
Expand Down

0 comments on commit 2e53780

Please sign in to comment.