Changeset 92bc4fe in opengl-game for common/controls.cpp
- Timestamp:
- Jun 25, 2017, 7:15:12 PM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- fe70cd3
- Parents:
- 8a6d19d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/controls.cpp
r8a6d19d r92bc4fe 35 35 36 36 37 void computeMatricesFromInputs( ){37 void computeMatricesFromInputs(int windowWidth, int windowHeight) { 38 38 39 39 // glfwGetTime is called only once, the first time this function is called
Note:
See TracChangeset
for help on using the changeset viewer.