Skip to content

Commit e8ebf52

Browse files
authored
Enable offline rendering by default
1 parent b5c2bb3 commit e8ebf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/surfelwarp_app/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ int main(int argc, char** argv) {
3030
//auto context = initCudaContext();
3131

3232
//Save offline
33-
bool offline_rendering = false;
33+
bool offline_rendering = true;
3434

3535
//The processing loop
3636
SurfelWarpSerial fusion;

0 commit comments

Comments
 (0)