fixed a typo in PlottingImageListener.hpp
some emojis were skipped from the output to CSV file because of a typo
This commit is contained in:
parent
42af109c30
commit
1d801d9a30
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ public:
|
|||
}
|
||||
|
||||
values = (float *)&f.emojis;
|
||||
for (std::string emoji : viz.EMOTIONS)
|
||||
for (std::string emoji : viz.EMOJIS)
|
||||
{
|
||||
fStream << (*values) << ",";
|
||||
values++;
|
||||
|
|
Loading…
Reference in a new issue