mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Begin basic playground code, eventually will become a model viewer
This commit is contained in:
parent
153d8569b5
commit
8fb5b3fc75
10 changed files with 121 additions and 34 deletions
|
|
@ -169,7 +169,7 @@ public class MiniMap {
|
|||
if (GlRenderer.enabled) {
|
||||
SoftwareRaster.pixels = null;
|
||||
} else {
|
||||
client.frameBuffer.makeTarget();
|
||||
SoftwareRaster.frameBuffer.makeTarget();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
@ -177,7 +177,7 @@ public class MiniMap {
|
|||
if (GlRenderer.enabled) {
|
||||
SoftwareRaster.pixels = null;
|
||||
} else {
|
||||
client.frameBuffer.makeTarget();
|
||||
SoftwareRaster.frameBuffer.makeTarget();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
@ -198,7 +198,7 @@ public class MiniMap {
|
|||
if (GlRenderer.enabled) {
|
||||
SoftwareRaster.pixels = null;
|
||||
} else {
|
||||
client.frameBuffer.makeTarget();
|
||||
SoftwareRaster.frameBuffer.makeTarget();
|
||||
}
|
||||
softwareSprite = null;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue