Skip to content

Commit

Permalink
#5246: Increase maximum number of grid lines to properly visualize sm…
Browse files Browse the repository at this point in the history
…all grid size settings
  • Loading branch information
codereader committed May 8, 2020
1 parent ce4d356 commit 39d68e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Expand Up @@ -2,7 +2,7 @@
#include <config.h>
#define RADIANT_VERSION PACKAGE_VERSION
#else
#define RADIANT_VERSION "2.8.0"
#define RADIANT_VERSION "2.8.1"
#endif

#define RADIANT_APPNAME "DarkRadiant"
Expand Down
2 changes: 1 addition & 1 deletion radiant/textool/TexTool.cpp
Expand Up @@ -649,7 +649,7 @@ void TexTool::foreachItem(textool::ItemVisitor& visitor) {

void TexTool::drawGrid()
{
const float MAX_NUMBER_OF_GRID_LINES = 256;
const float MAX_NUMBER_OF_GRID_LINES = 1024;

AABB& texSpaceAABB = getVisibleTexSpace();

Expand Down

0 comments on commit 39d68e3

Please sign in to comment.