Hah! I got it working!

This commit is contained in:
MitchellHansen
2017-01-19 21:00:15 -08:00
parent 1a66c1dad0
commit 26bc8bff70
2 changed files with 16 additions and 7 deletions

View File

@@ -191,7 +191,7 @@ int main() {
light_vec.at(0).direction_cartesian = SphereToCart(camera->get_direction());
}
if (sf::Keyboard::isKeyPressed(sf::Keyboard::O)) {
// light_vec.at(0).orbit_around_center(timer_accumulator += delta_time);
light_vec.at(0).orbit_around_center(timer_accumulator += delta_time);
}
if (sf::Keyboard::isKeyPressed(sf::Keyboard::M)) {