Browse Source

Build: Updated 'bsf' version

BearishSun 6 years ago
parent
commit
06f0f7de8b
3 changed files with 3 additions and 1 deletions
  1. 1 0
      Source/EditorCore/BsEditorApplication.cpp
  2. 1 0
      Source/Game/Main.cpp
  3. 1 1
      Source/bsf

+ 1 - 0
Source/EditorCore/BsEditorApplication.cpp

@@ -47,6 +47,7 @@ namespace bs
 		startUpDesc.audio = BS_AUDIO_MODULE;
 		startUpDesc.physics = BS_PHYSICS_MODULE;
 		startUpDesc.scripting = true;
+		startUpDesc.physicsCooking = true;
 
 		startUpDesc.primaryWindowDesc.videoMode = VideoMode(1920, 1080);
 		startUpDesc.primaryWindowDesc.title = "BansheeEditor";

+ 1 - 0
Source/Game/Main.cpp

@@ -79,6 +79,7 @@ void runApplication()
 	startUpDesc.audio = BS_AUDIO_MODULE;
 	startUpDesc.physics = BS_PHYSICS_MODULE;
 	startUpDesc.scripting = true;
+	startUpDesc.physicsCooking = false;
 
 	startUpDesc.primaryWindowDesc.videoMode = VideoMode(resolutionWidth, resolutionHeight);
 	startUpDesc.primaryWindowDesc.title = toString(gameSettings->titleBarText);

+ 1 - 1
Source/bsf

@@ -1 +1 @@
-Subproject commit 6781f47e946ccae69f0ff6635f050fc4815c780f
+Subproject commit a3f8a1bb126b7b5d56d15a11bc2bb6c03351dbfc