]> Dogcows Code - chaz/yoink/blobdiff - src/video.cc
main loop code fixed to decouple updates and draws
[chaz/yoink] / src / video.cc
index 6960a0bafac8827abfabaa51cd5fe30fc1e7cbcf..7ad8efcf295dd7b9440c723b2f5bf535a26cf813 100644 (file)
@@ -340,8 +340,8 @@ video::attributes::attributes()
 
        settings::instance().get("video.fullscreen", fullscreen);
        settings::instance().get("video.resizable", resizable);
-       settings::instance().get("video.cursor", cursorVisible);
-       settings::instance().get("video.grab", cursorGrab);
+       settings::instance().get("video.showcursor", cursorVisible);
+       settings::instance().get("input.grab", cursorGrab);
 }
 
 
This page took 0.018726 seconds and 4 git commands to generate.