--- a/ccdemos/realtime_dragon.cc Wed Dec 12 19:59:19 2007 +0100
+++ b/ccdemos/realtime_dragon.cc Thu Dec 13 00:08:11 2007 +0100
@@ -143,7 +143,7 @@
rt.setThreads(1);
rt.setMaxDepth(3);
- Kdtree top;
+ KdTree top;
rt.setTop(&top);
Light light1(Vector3(-5.0, 2.0, 8.0), Colour(0.9, 0.3, 0.6));