Skip to content

Commit

Permalink
- Fixed "room3_hcz_1048" event
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabka666 committed Jan 25, 2023
1 parent 8ccd5a2 commit 3cf362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source Code/Events_Core.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3899,7 +3899,7 @@ Function UpdateEvents%()
BT = GetBrushTexture(b, 0)
TexName = StripPath(TextureName(BT))

If Lower(TexName) = "scp_1048.png" Then PaintSurface(SF, Brush)
If Lower(TexName) <> "scp_1048.png" Then PaintSurface(SF, Brush)
FreeBrush(b)
Next
DeleteSingleTextureEntryFromCache(Tex)
Expand Down

0 comments on commit 3cf362c

Please # to comment.