Skip to content

Commit

Permalink
Update for engine bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug committed Jan 23, 2024
1 parent e8a3985 commit 57cd654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RavEngine
2 changes: 1 addition & 1 deletion Samples/Perf_Draw/Level.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static constexpr uint32_t num_entities =
#ifdef _DEBUG
5000;
#else
200000;
500000;
#endif

struct InstanceEntity : public RavEngine::GameObject {
Expand Down

0 comments on commit 57cd654

Please sign in to comment.