mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-09 09:13:24 +08:00
Fixed error with prefab targets
This commit is contained in:
parent
5114280d0a
commit
eb821126ac
@ -466,7 +466,7 @@ def make_prefab(target: PrefabTarget) -> None:
|
||||
else:
|
||||
raise RuntimeError(f'Invalid target: {target}')
|
||||
|
||||
run(f'make {target}')
|
||||
run(f'make {mtarget}')
|
||||
|
||||
|
||||
def _vstr(nums: Sequence[int]) -> str:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user