mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 20:57:46 -04:00
Disable vrbox/vrbox2 rendering
Code's broken in the original game but happens to work due to luck, causes hard crash on Dusk.
This commit is contained in:
@@ -25,6 +25,12 @@ static void texScrollCheck(f32& param_0) {
|
||||
}
|
||||
|
||||
static int daVrbox2_Draw(vrbox2_class* i_this) {
|
||||
#if TARGET_PC
|
||||
// This code is broken but happens to work on hardware. Does not work on PC.
|
||||
// Not decomp's fault!
|
||||
return 1;
|
||||
#endif
|
||||
|
||||
camera_class* camera_p;
|
||||
dKankyo_sunlenz_Packet* lenz_p;
|
||||
J3DModel* kumo_model_p;
|
||||
|
||||
Reference in New Issue
Block a user