Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Sep 20, 2018
1 parent f985155 commit 4189ede
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/src/main/cpp/BrowserWorld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -851,15 +851,6 @@ BrowserWorld::~BrowserWorld() {}

void
BrowserWorld::DrawWorld() {
/*
static int count = 0;
count++;
if (count == 300) {
int* nullp = nullptr;
VRB_ERROR("ABOUT TO CRASH!");
int x = *nullp + 1;
}
*/
m.externalVR->SetCompositorEnabled(true);
m.device->SetRenderMode(device::RenderMode::StandAlone);
vrb::Vector headPosition = m.device->GetHeadTransform().GetTranslation();
Expand Down

0 comments on commit 4189ede

Please sign in to comment.