mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-06-01 18:15:31 +00:00
fix for freebsd
This commit is contained in:
@@ -159,7 +159,7 @@ namespace Tesses::Framework::SDL2::Views
|
||||
}
|
||||
|
||||
|
||||
numberOfCells == 0 ? 0 : freeWidth/ numberOfCells;
|
||||
cellSize = numberOfCells == 0 ? 0 : freeWidth/ numberOfCells;
|
||||
int x = 0;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user