Skip to content

Commit

Permalink
Merge pull request #315 from OneLoneCoder/develop
Browse files Browse the repository at this point in the history
 v2.22 Typo Fix
  • Loading branch information
OneLoneCoder authored Dec 29, 2022
2 parents 99b0c51 + 734abe9 commit 410cae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
################################################################################

/.vs
/utilities/olcUTIL_AffineView.h
/utilities/olcUTIL_Maths.h
9 changes: 5 additions & 4 deletions olcPixelGameEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
olcPixelGameEngine.h
+-------------------------------------------------------------+
| OneLoneCoder Pixel Game Engine v2.21 |
| OneLoneCoder Pixel Game Engine v2.22 |
| "What do you need? Pixels... Lots of Pixels..." - javidx9 |
+-------------------------------------------------------------+
Expand Down Expand Up @@ -197,7 +197,7 @@
Author
~~~~~~
David Barr, aka javidx9, OneLoneCoder 2018, 2019, 2020, 2021, 2022
David Barr, aka javidx9, (c) OneLoneCoder 2018, 2019, 2020, 2021, 2022
*/
#pragma endregion

Expand Down Expand Up @@ -315,6 +315,7 @@
+FillTexturedTriangle() - Software rasterizes a textured, coloured, triangle
+FillTexturedPolygon() - Hijacks DecalStructure for configuration
+olc::vf2d arguments for Sprite::Sample() functions
2.22: = Fix typo on dragged file buffers for unicode builds
!! Apple Platforms will not see these updates immediately - Sorry, I dont have a mac to test... !!
!! Volunteers willing to help appreciated, though PRs are manually integrated with credit !!
Expand Down Expand Up @@ -394,7 +395,7 @@ int main()
#include <cstring>
#pragma endregion

#define PGE_VER 221
#define PGE_VER 222

// O------------------------------------------------------------------------------O
// | COMPILER CONFIGURATION ODDITIES |
Expand Down Expand Up @@ -5574,7 +5575,7 @@ namespace olc
vFiles.push_back(std::string(buffer));
delete[] buffer;
#else
vFiles.push_back(std::string(dbuffer));
vFiles.push_back(std::string(dfbuffer));
#endif
}

Expand Down

0 comments on commit 410cae6

Please sign in to comment.