Skip to content

Commit

Permalink
fracFrameCntr access property
Browse files Browse the repository at this point in the history
assigned getAccess, based on the discussion klabhub#179
  • Loading branch information
dshimaoka committed Sep 29, 2021
1 parent 546eaa5 commit 252b7ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion +neurostim/+stimuli/movie.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@
% Each frame will be associated with a texture
tex = []; % Vector fo texture pointers
rect =[]; % Rect to apply the texture
fracFrameCntr; % Current fractional frame cntr.
currentlyLoadedFile = ''; % Full path to currently loaded file.
end

properties (GetAccess = public, SetAccess = private)
fracFrameCntr; % Current fractional frame cntr.
end

methods (Access = public)
function o = movie(c,name)
Expand Down

0 comments on commit 252b7ea

Please sign in to comment.