More GIProbe work and fixes
This commit is contained in:
parent
6075c5f9bf
commit
6ee2f5e6b6
22 changed files with 233 additions and 113 deletions
|
|
@ -214,6 +214,9 @@ Engine *Engine::get_singleton() {
|
|||
return singleton;
|
||||
}
|
||||
|
||||
bool Engine::is_abort_on_gpu_errors_enabled() const {
|
||||
return abort_on_gpu_errors;
|
||||
}
|
||||
Engine::Engine() {
|
||||
|
||||
singleton = this;
|
||||
|
|
@ -232,4 +235,5 @@ Engine::Engine() {
|
|||
_frame_ticks = 0;
|
||||
_frame_step = 0;
|
||||
editor_hint = false;
|
||||
abort_on_gpu_errors = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue