错误处理
This commit is contained in:
@@ -8,7 +8,7 @@ Explicit_Plot::Explicit_Plot()
|
||||
: Abs_Plot(new Abs_Plot_Private(false)) {}
|
||||
|
||||
Render_Ticket Explicit_Plot::replot() {
|
||||
return {d->scene->render_frame(true)};
|
||||
return {d->scene->render_frame(true) == Plot_Render_Error::none};
|
||||
}
|
||||
|
||||
} // namespace renderive
|
||||
|
||||
Reference in New Issue
Block a user