Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
f9464e36
Commit
f9464e36
authored
Oct 13, 2018
by
artificiel
Browse files
CloudPlayerThread: init explicite des offsets_
parent
603fb48f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ofxCloudLib/CloudPlayerThread.hpp
View file @
f9464e36
...
@@ -98,7 +98,8 @@ class CloudPlayerThread : public ofThread
...
@@ -98,7 +98,8 @@ class CloudPlayerThread : public ofThread
return
mesh_
[
ready_mesh_buffer_
];
return
mesh_
[
ready_mesh_buffer_
];
}
}
float
offset_x_
,
offset_z_
;
float
offset_x_
=
0
;
float
offset_z_
=
0
;
void
stop
()
void
stop
()
{
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment