Skip to content
Snippets Groups Projects
Commit 68e80301 authored by Louis James's avatar Louis James
Browse files

syntax

parent d0f2d84a
Branches
No related merge requests found
......@@ -48,7 +48,7 @@ void Projector::draw(){
}
// cout << "\r";
if(ss->find{
if(ss->find){
for(int i = 0; i < blobs.size(); i++){
cout << "blob at: x " << blobs[i].x << ", y " << blobs[i].y;
cout << ", color " << blobs[i].z << ", i " << i << "\n";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment