Skip to content

Commit

Permalink
fix theme error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiskster committed Jan 29, 2025
1 parent c188472 commit 4bf92b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Lua/Themes/srb2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ theme.music = "_INTER"
theme.stretch = false

local function draw_parallax(v, x, y, scale, patch, flags)
if not (patch and patch.valid) then return end

local width = patch.width
local height = patch.height

Expand Down

0 comments on commit 4bf92b8

Please sign in to comment.