mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
m_Do cleanup and c_dylink process names
This commit is contained in:
@@ -2801,7 +2801,7 @@ inline view_class* dComIfGd_getView() {
|
||||
}
|
||||
|
||||
inline Mtx44* dComIfGd_getProjViewMtx() {
|
||||
return &(((camera_class*)g_dComIfG_gameInfo.drawlist.getView())->mProjViewMtx);
|
||||
return &(g_dComIfG_gameInfo.drawlist.getView()->mProjViewMtx);
|
||||
}
|
||||
|
||||
inline view_port_class* dComIfGd_getViewport() {
|
||||
|
||||
Reference in New Issue
Block a user