Changeset 2032


Ignore:
Timestamp:
Oct 19, 2012, 6:18:14 PM (11 years ago)
Author:
Jnat
Message:

moved endif (toukinade)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/camera.cpp

    r2031 r2032  
    112112        updown += -2.f * stick->GetAxis(1) * std::abs(stick->GetAxis(1));
    113113    }
    114 #endif
    115114
    116115    m_position += vec3(rightleft, pgupdown, -updown) * 200.f * seconds;
    117116    m_target += vec3(rightleft, 0, -updown) * 200.f * seconds;
    118117
     118#endif
    119119    m_view_matrix = mat4::lookat(m_position, m_target, m_up)
    120120                  * mat4(m_rotation);
Note: See TracChangeset for help on using the changeset viewer.