mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 11:30:19 -07:00
Fixed crash when closing the worldmap sometimes
This commit is contained in:
parent
8dc27ef51e
commit
77bfb744bc
23 changed files with 111 additions and 108 deletions
|
|
@ -206,7 +206,7 @@ public final class GlModel extends Model {
|
|||
if (arg0.aShortArray23 != null) {
|
||||
local135 = arg0.aShortArray23[local125];
|
||||
if (local135 != -1) {
|
||||
local131 = Rasteriser.textureProvider.method3237(local135 & 0xFFFF);
|
||||
local131 = Rasteriser.textureProvider.getMaterialType(local135 & 0xFFFF);
|
||||
local133 = Rasteriser.textureProvider.method3228(local135 & 0xFFFF);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue