mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Use composition instead of inheritance for most f_op classes
This commit is contained in:
+1
-1
@@ -4772,7 +4772,7 @@ bool camera_draw(camera_process_class* i_this) {
|
||||
|
||||
body->Draw();
|
||||
|
||||
if (fpcLf_GetPriority(a_this) != 1) {
|
||||
if (fpcM_DrawPriority(a_this) != 1) {
|
||||
get_camera_id(a_this);
|
||||
for (int i = 0; i < 1; i++) {
|
||||
if (!fopOvlpM_IsDoingReq()) {
|
||||
|
||||
Reference in New Issue
Block a user