Add a (commented out) line enabling the "bits" library for testing.
This commit is contained in:
parent
a9ea522388
commit
8ca3e913ad
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ void FGNasalSys::init()
|
|||
// Add in the IO library. Disabled currently until after the
|
||||
// 0.9.10 release.
|
||||
// hashset(_globals, "io", naIOLib(_context));
|
||||
// hashset(_globals, "bits", naBitsLib(_context));
|
||||
|
||||
// Add our custom extension functions:
|
||||
for(i=0; funcs[i].name; i++)
|
||||
|
|
Loading…
Add table
Reference in a new issue