Rename object_plane -> objectPlane

This commit is contained in:
Eryn Wells 2014-08-02 09:26:09 -07:00
parent ea1fac7501
commit c80a6e9ac7
3 changed files with 1 additions and 1 deletions

View file

@ -25,7 +25,7 @@ files = [
'object.cc',
'objectBox.cc',
'object_sphere.cc',
#'object_plane.cc',
'objectPlane.cc',
'reader_yaml.cc',
'scene.cc',
'writer_png.cc',