Skip to content

Commit

Permalink
That's just embarrassing.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-n committed Jun 2, 2016
1 parent c6d82f7 commit 9c8a828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ void Renderer::generateSheetBuffers(SpriteSheet* sheet, int tileDim)
float sheetHeight = sheet->getHeight();
std::vector<SpriteVertex> verts(spriteCount * 6);
GLuint* ibos = sheet->getIndexBuffers();
GLuint indices[6] = {0, 0, 0, 0};
GLuint indices[6] = {0, 0, 0, 0, 0, 0};
glGenBuffers(spriteCount, ibos);

for (i = 0; i < spriteCount; i++)
Expand Down

2 comments on commit 9c8a828

@filkry
Copy link

@filkry filkry commented on 9c8a828 Nov 22, 2016

Choose a reason for hiding this comment

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

Hi Rohit! I met you at HandmadeCon 2016. I'm Fil, from Ready at Dawn. I just wanted to let you know I was serious about how good your portfolio sounded and if you are interested in a referral for a position at Ready at Dawn, you can contact me:

[email protected].

Sorry for this weird commit comment, only way I could find to contact you.

@rohit-n
Copy link
Owner Author

Choose a reason for hiding this comment

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

Thanks, Fil! I might take you up on your offer. It was good to meet you at HMC 2016 as well.

Please sign in to comment.