]> Dogcows Code - chaz/yoink/blobdiff - src/Hud.cc
more featureful sound class
[chaz/yoink] / src / Hud.cc
index ea0dfeaef564202a32af2e569fa847501d7354a8..d5ec7bcd8ebbc7222d30c2073f8184a8d9023abc 100644 (file)
@@ -130,9 +130,9 @@ Hud::Hud() :
 void Hud::resize(int width, int height)
 {
        cml::matrix_orthographic_RH( projection_, 
-                       0.0, 
-                       Mf::Scalar(width), 0.0, Mf::Scalar(height),
-                       1.0, -1.0, cml::z_clip_neg_one);
+                       0.0f
+                       Mf::Scalar(width), 0.0f, Mf::Scalar(height),
+                       1.0f, -1.0f, cml::z_clip_neg_one);
 
        // position the two progress bars at the top-left of the screen
        bar1_.resize(Mf::Rectangle(20, height - 51,
This page took 0.017391 seconds and 4 git commands to generate.