[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #1109 from LudvigWard/patch-1
Browse files Browse the repository at this point in the history
Clearer wording for UnserializeEditorSize()
  • Loading branch information
olilarkin authored Jul 13, 2024
2 parents 3850b4d + 963bde1 commit ce8166f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IGraphics/IGraphicsEditorDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class IGEditorDelegate : public IEditorDelegate

/** Unserializes the size and scale of the IGraphics.
* @param chunk The incoming chunk where data is stored to unserialize
* @param startPos The start position in the chunk where parameter values are stored
* @param startPos The start position in the chunk where editor size data is stored
* @return The new chunk position (endPos) */
int UnserializeEditorSize(const IByteChunk& chunk, int startPos);

Expand Down

0 comments on commit ce8166f

Please sign in to comment.