Skip to content

Commit

Permalink
Update NyARPickup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-gardiazabal committed Jun 9, 2014
1 parent 47e6267 commit cf01a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NyARPickup.js
Expand Up @@ -164,11 +164,11 @@ NyARColorPatt_Perspective = ASKlass('NyARColorPatt_Perspective', INyARColorPatt,
}
,getBufferType : function()
{
return BUFFER_FORMAT;
return this.BUFFER_FORMAT;
}
,isEqualBufferType : function(i_type_value)
{
return BUFFER_FORMAT==i_type_value;
return this.BUFFER_FORMAT==i_type_value;
},
__pickFromRaster_rgb_tmp : new IntVector(3),
__pickFromRaster_cpara : new FloatVector(8),
Expand Down

0 comments on commit cf01a1e

Please sign in to comment.