-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sprite Not Showing Up... #28
Comments
I haven't tried the sample but the code seems correct. |
This Bit of code load the sprite sheet:
and this bit is the full class that handles it:
private: }; |
I Have Created a Loader to load .gif images that is based off src_lib\loadbitmap.h but when i load a sprite using this method, nothing is displayed...
When i check the values the width, height, bit_depth and palette are all correct and assigned but the image still isn't showing up...
Here is My Code (I am using gif_lib (http://giflib.sourceforge.net) to get the data for the .gif images):
#include "..\src\GifLib\gif_lib.h"
The text was updated successfully, but these errors were encountered: