compat chec

main
Brett 2024-08-12 17:27:23 -04:00
parent f60e862404
commit ed97bdef3e
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.25) cmake_minimum_required(VERSION 3.25)
project(image-gp-6 VERSION 0.0.36) project(image-gp-6 VERSION 0.0.37)
include(FetchContent) include(FetchContent)

@ -1 +1 @@
Subproject commit 366928fe56f410349fd5e4e668584cfdf1074639 Subproject commit 552b150402450c94d983b4df00191a65a947b806

View File

@ -291,7 +291,7 @@ namespace blt::gp
stack_allocator stack; stack_allocator stack;
program.get_operator_info(id).function(nullptr, stack, stack); program.get_operator_info(id).function(nullptr, stack, stack, nullptr);
//auto adjustment = lit.get_function()(); //auto adjustment = lit.get_function()();
auto& adjustment = stack.from<full_image_t>(0); auto& adjustment = stack.from<full_image_t>(0);