mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-05 16:46:54 +00:00
Merge pull request #215 from 4jcraft/dev
just merging all of the dev branch stuff into the java gui branch
This commit is contained in:
@@ -1353,7 +1353,7 @@ void Gui::addMessage(const std::wstring& _string,int iPad,bool bIsDeathMessage)
|
||||
}
|
||||
|
||||
// 4J Added
|
||||
float Gui::getOpacity(int iPad, DWORD index)
|
||||
float Gui::getOpacity(int iPad, std::size_t index)
|
||||
{
|
||||
float opacityPercentage = 0;
|
||||
if (guiMessages[iPad].size() > index && guiMessages[iPad][index].ticks < 20 * 10)
|
||||
|
||||
Reference in New Issue
Block a user