summarylogtreecommitdiffstats
path: root/system_scenes.diff
diff options
context:
space:
mode:
authorFabian Maurer2021-01-06 05:57:01 +0100
committerFabian Maurer2021-01-06 06:43:17 +0100
commitd2bac2adf4c96aafea44e2140d4dc9b8990930fd (patch)
treeb3056a59dd3abe13077d962a2e5702e26c3c634b /system_scenes.diff
parent5eb2a12ded3e3d6e3f19b5eacca44f8adc4ca980 (diff)
downloadaur-d2bac2adf4c96aafea44e2140d4dc9b8990930fd.tar.gz
Update to 4.0alpha1
Diffstat (limited to 'system_scenes.diff')
-rw-r--r--system_scenes.diff7
1 files changed, 3 insertions, 4 deletions
diff --git a/system_scenes.diff b/system_scenes.diff
index 151350a37f61..88386863d3a0 100644
--- a/system_scenes.diff
+++ b/system_scenes.diff
@@ -1,11 +1,10 @@
diff -rup luxrender-luxmark-985b948aa5c7/src/main.cpp luxrender-luxmark-985b948aa5c7.new/src/main.cpp
--- luxrender-luxmark-985b948aa5c7/src/main.cpp 2015-02-25 10:46:48.000000000 +0100
+++ luxrender-luxmark-985b948aa5c7.new/src/main.cpp 2015-03-12 23:01:53.971856726 +0100
-@@ -159,16 +159,7 @@ int main(int argc, char **argv) {
- return EXIT_SUCCESS;
+@@ -165,15 +165,7 @@ int main(int argc, char **argv) {
else {
- app.Init(mode, devices, scnName, singleRun, singleRunExtInfo);
--
+ app.Init(mode, useCPU, devices, optixDevices, scnName, singleRun, singleRunExtInfo);
+
- // If current directory doesn't have the "scenes" directory, move
- // to where the executable is
- if (!boost::filesystem::exists("./scenes")) {