mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-07 00:36:00 +02:00
Change to allow working in installer
This commit is contained in:
parent
5c813f31ec
commit
463e26ff75
19 changed files with 571 additions and 57 deletions
6
IDE/dist/BeefConfig.toml
vendored
6
IDE/dist/BeefConfig.toml
vendored
|
@ -12,4 +12,8 @@ Location = { Path = "../../BeefLibs/Beefy2D" }
|
|||
|
||||
[Registry.SDL2]
|
||||
Version = "1.0.0"
|
||||
Location = { Path = "../../BeefLibs/SDL2" }
|
||||
Location = { Path = "../../BeefLibs/SDL2" }
|
||||
|
||||
[Registry.MiniZ]
|
||||
Version = "1.0.0"
|
||||
Location = { Path = "../../BeefLibs/MiniZ" }
|
|
@ -1919,7 +1919,6 @@ namespace IDE.ui
|
|||
infoSections[i].ToString(str);
|
||||
mInvokeSrcPositions.Add(int32.Parse(str));
|
||||
}
|
||||
Debug.WriteLine("Invoke size: {}", mInvokeSrcPositions.Count);
|
||||
}
|
||||
case "invokeLeftParen":
|
||||
{
|
||||
|
|
4684
IDE/src/util/Zip.bf
4684
IDE/src/util/Zip.bf
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue