summaryrefslogtreecommitdiff
path: root/src/scene.cu
diff options
context:
space:
mode:
Diffstat (limited to 'src/scene.cu')
-rw-r--r--src/scene.cu1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scene.cu b/src/scene.cu
index 100af14..2214019 100644
--- a/src/scene.cu
+++ b/src/scene.cu
@@ -12,3 +12,4 @@ __device__ Color Scene::raycast(struct Ray ray) {
for(size_t obj_i = 0; obj_i < obj_count; obj_i++);
return make_color(0);
}
+