card assets
This commit is contained in:
@@ -173,6 +173,11 @@ namespace Puzzle
|
||||
bool PuzzleSolver::IsExitSatisfied(const PuzzleData& puzzle, PuzPos pos)
|
||||
{
|
||||
PuzzleElementType::Enum goalType = GetNodeAt(puzzle, pos);
|
||||
if (goalType == PuzzleElementType::None)
|
||||
{
|
||||
WARN_ONCE("TODO!");
|
||||
return false;
|
||||
}
|
||||
|
||||
uint32_t currentPositionQueueIdx = 0;
|
||||
uint32_t positionQueueCount = 0;
|
||||
|
||||
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user