Browse Source

Merge db1ae40d51 into 2187c061bf

pull/321/merge
Simon Lees GitHub 2 years ago
parent
commit
10190aa92a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/claudia_launcher.py

+ 1
- 0
src/claudia_launcher.py View File

@@ -39,6 +39,7 @@ from shared import *
# Imports (Carla)

try:
from carla_backend import *
from carla_utils import *
haveCarla = True
except:


Loading…
Cancel
Save