Merge pull request #2858 from zwarich/scene-new

Rename Scene constructor to Scene::new
This commit is contained in:
Cameron Zwarich 2014-07-16 20:38:22 -07:00
commit 49d2bd741d
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ impl IOCompositor {
opts: opts,
context: rendergl::init_render_context(),
root_pipeline: None,
scene: Scene(window_size.as_f32().to_untyped(), identity()),
scene: Scene::new(window_size.as_f32().to_untyped(), identity()),
window_size: window_size,
hidpi_factor: hidpi_factor,
graphics_context: CompositorTask::create_graphics_context(),

@ -1 +1 @@
Subproject commit eebf3aca21a022773053993c0be332c7641f5240
Subproject commit ff77c40da5b2406cb52deea6e8830182e22bda3a