mirror of
https://github.com/zeldaret/oot
synced 2026-05-30 08:56:41 -04:00
Fix misc 10 (#1208)
* Cleanup around `Item_DropCollectible` * Cleanup around `Math3D_Vec3fDistSq`, `Math3D_Dist2DSq` * Material/Model naming for one dlist pair * Minor comments fixup * Explicit `!= NULL` check * Signed decimal for an array of coordinates * Fixup comments some more
This commit is contained in:
+1
-1
@@ -1107,7 +1107,7 @@ void Fault_DisplayFrameBuffer(void) {
|
||||
osViSetSpecialFeatures(OS_VI_GAMMA_OFF | OS_VI_DITHER_FILTER_ON);
|
||||
osViBlack(false);
|
||||
|
||||
if (sFaultInstance->fb) {
|
||||
if (sFaultInstance->fb != NULL) {
|
||||
fb = sFaultInstance->fb;
|
||||
} else {
|
||||
fb = osViGetNextFramebuffer();
|
||||
|
||||
Reference in New Issue
Block a user