fix a dereference of an explicit null value
This commit is contained in:
@@ -315,7 +315,8 @@ namespace OpenRA.Graphics
|
|||||||
v.Second();
|
v.Second();
|
||||||
}
|
}
|
||||||
|
|
||||||
DisableFrameBuffer(fbo);
|
if (fbo != null)
|
||||||
|
DisableFrameBuffer(fbo);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Sheet AllocateSheet()
|
public Sheet AllocateSheet()
|
||||||
|
|||||||
Reference in New Issue
Block a user