mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix small typo.
This commit is contained in:
parent
ac35009cac
commit
dc036551ac
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -259,7 +259,7 @@ void position_updated(MarkerCapture* inst, MarkerPositionEstimate position){
|
|||
position.blob1_center.x, position.blob0_center.y,
|
||||
position.distance,
|
||||
position.angle);
|
||||
myHead.SetRoll(position.angle);
|
||||
myHead.setRoll(position.angle);
|
||||
}
|
||||
|
||||
void marker_frame_available(MarkerCapture* inst, IplImage* image, IplImage* thresh_image){
|
||||
|
|
Loading…
Reference in a new issue