Skip to content

Commit

Permalink
assets: tweak message on known crash
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Feb 3, 2024
1 parent 40ef2ce commit ce5d52f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/assets.v
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ pub mut:

pub fn (mut a Asset) shutdown() ! {
if isnil(a) {
println('${@LOCATION}: Crashing at hard-to-reproduce V memory BUG...\nTry using `v -d sdl_memory_no_gc ...`')
println('${@LOCATION}: Crashing at hard-to-fix V memory BUG...\nTry using `v -d sdl_memory_no_gc ...`')
}
unsafe {
Expand Down

0 comments on commit ce5d52f

Please sign in to comment.