toxic72 Posted February 21, 2014 Share Posted February 21, 2014 Ever since leadwerks updated my project all the icons on my hud drawn with contex:DrawImage() are transparent in release mode and drawn correctly in debug mode... Any thoughts? Quote Link to comment Share on other sites More sharing options...
YouGroove Posted February 22, 2014 Share Posted February 22, 2014 Never had that, even today with a game having DrawImages calls. Quote Stop toying and make games Link to comment Share on other sites More sharing options...
beo6 Posted February 22, 2014 Share Posted February 22, 2014 You are probably not setting context:SetBlendMode Before your draw calls. I noticed that debug mode changes it most likely because it draws the debug output on screen like FPS etc. 1 Quote Link to comment Share on other sites More sharing options...
Josh Posted February 24, 2014 Share Posted February 24, 2014 You are probably not setting context:SetBlendMode Before your draw calls. I noticed that debug mode changes it most likely because it draws the debug output on screen like FPS etc. This. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.