summaryrefslogtreecommitdiff
path: root/src/JSystem
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-01-07 03:29:50 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-01-07 03:29:50 -0500
commitf683c2bfc49dfd06a035fbc5d20f7ef1334bcb5e (patch)
tree73152ad87af9eb8665a78f5edaa0b22648327660 /src/JSystem
parent6ec8c7029532695c192233473b8e26ca58c1537e (diff)
mDoGph_Painter fixed
Diffstat (limited to 'src/JSystem')
-rw-r--r--src/JSystem/J3DGraphBase/J3DDrawBuffer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DDrawBuffer.cpp b/src/JSystem/J3DGraphBase/J3DDrawBuffer.cpp
index 2c9f7f9b..9aff5b42 100644
--- a/src/JSystem/J3DGraphBase/J3DDrawBuffer.cpp
+++ b/src/JSystem/J3DGraphBase/J3DDrawBuffer.cpp
@@ -12,10 +12,6 @@
#include "JSystem/JKernel/JKRHeap.h"
#include "dolphin/types.h"
-void J3DDrawBuffer::calcZRatio() {
- mZRatio = (mZFar - mZNear) / (f32)mBufSize;
-}
-
/* 802EC74C-802EC7B4 .text initialize__13J3DDrawBufferFv */
void J3DDrawBuffer::initialize() {
mDrawType = DRAW_HEAD;