Fix name of stb_image::image mod

This commit is contained in:
Brian Anderson 2012-09-13 14:27:47 -07:00
parent 90565bec53
commit 8785a07022

View file

@ -4,7 +4,7 @@ export load;
export load_from_memory;
export test_image_bin;
use stb_image = stb_image::Image;
use stb_image = stb_image::image;
// FIXME: Images must not be copied every frame. Instead we should atomically
// reference count them.