Skip to content

Simple Fixes and Documentation#4

Open
PyroFlareX wants to merge 5 commits into
Hopson97:masterfrom
PyroFlareX:master
Open

Simple Fixes and Documentation#4
PyroFlareX wants to merge 5 commits into
Hopson97:masterfrom
PyroFlareX:master

Conversation

@PyroFlareX

@PyroFlareX PyroFlareX commented Jul 26, 2018

Copy link
Copy Markdown

Not really documentation, but some comments explaining why things are done. Some suggestions for an actual project are in. The SFML audio related stuff is commented out as a fix to an error I had. No changes to the code other than the comments. First PR!

@PyroFlareX

Copy link
Copy Markdown
Author

Fixed bad commenting

: fonts ("fonts", "ttf")
, textures ("txrs", "png")
, soundBuffers ("sfx", "ogg")
//, soundBuffers ("sfx", "ogg") Commented because of a linux error on SFML 2.5.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No errors for me on Fedora 28 Linux. Are you sure?

@capi1500 capi1500 Aug 14, 2018

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No errors on Mint 19

ResourceManager<sf::Font> fonts;
ResourceManager<sf::Texture> textures;
ResourceManager<sf::SoundBuffer> soundBuffers;
//ResourceManager<sf::SoundBuffer> soundBuffers; //Commented out because of Linux(possibly) error in sfml 2.5.0 with a std::pair error

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again no errors for me on Fedora 28 Linux.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On mint 19 no errors either

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants