Compiler: Fix empty return compound codegen
This commit is contained in:
@@ -85,7 +85,7 @@ GetRandomUnblockedP :: (m: *Map): V2I
|
||||
return p
|
||||
|
||||
Assert(false, "Invalid codepath")
|
||||
r: V2I; return r
|
||||
return {}
|
||||
|
||||
Init :: ()
|
||||
CurrentMap.x = WinX / RectX
|
||||
|
||||
Reference in New Issue
Block a user