mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
Syncing latest changes between public/private.
This commit is contained in:
parent
af3f517a4b
commit
c4dd59616b
@ -429,7 +429,8 @@ def compile_python_files() -> None:
|
|||||||
loading speed hits due to hash checks. (see PEP 552).
|
loading speed hits due to hash checks. (see PEP 552).
|
||||||
We just need to tell modders that they'll need to clear these
|
We just need to tell modders that they'll need to clear these
|
||||||
cache files out or turn on debugging mode if they want to tweak
|
cache files out or turn on debugging mode if they want to tweak
|
||||||
the built-in scripts.
|
the built-in scripts directly (or go through the asset build system which
|
||||||
|
properly recreates the .pyc files).
|
||||||
"""
|
"""
|
||||||
import py_compile
|
import py_compile
|
||||||
for arg in sys.argv[2:]:
|
for arg in sys.argv[2:]:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user