summaryrefslogtreecommitdiff
path: root/aa.h
diff options
context:
space:
mode:
Diffstat (limited to 'aa.h')
-rw-r--r--aa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/aa.h b/aa.h
index ed3bc7f..2c4c4e4 100644
--- a/aa.h
+++ b/aa.h
@@ -27,7 +27,7 @@ public:
delete subviews;
}
- virtual bitmap<T> render(const hitlist<T> &world, vec3d viewpoint, uint16_t image_width, uint16_t image_height) {
+ virtual bitmap<T> render(const hitlist &world, vec3d viewpoint, uint16_t image_width, uint16_t image_height) {
const unsigned hwcc = std::thread::hardware_concurrency();
std::cerr << "Rendering with " << hwcc << " thread(s)." << std::endl;