mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 16:53:49 +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:
|
else:
|
||||||
raise RuntimeError(f'Invalid target: {target}')
|
raise RuntimeError(f'Invalid target: {target}')
|
||||||
|
|
||||||
run(f'make {target}')
|
run(f'make {mtarget}')
|
||||||
|
|
||||||
|
|
||||||
def _vstr(nums: Sequence[int]) -> str:
|
def _vstr(nums: Sequence[int]) -> str:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user