mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 04:12:09 +02:00
the correct includes
This commit is contained in:
parent
586ed51436
commit
0ae7060316
2 changed files with 2 additions and 2 deletions
examples/acScripts
|
@ -9,7 +9,7 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
Script.include("./AgentPoolControler.js");
|
||||
Script.include("./AgentPoolController.js");
|
||||
var agentController = new AgentController();
|
||||
|
||||
// Set the following variables to the values needed
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
Script.include("./AgentPoolControler.js");
|
||||
Script.include("./AgentPoolController.js");
|
||||
|
||||
HIFI_PUBLIC_BUCKET = "http://s3.amazonaws.com/hifi-public/";
|
||||
|
||||
|
|
Loading…
Reference in a new issue