Misc changes
* Made refactor rende procedures to specify dependencies instead of directly grabbing from state singleton
This commit is contained in:
@@ -24,4 +24,5 @@ context_push :: proc( value : ^($Type) ) {
|
||||
|
||||
context_pop :: proc( value : ^($Type) ) {
|
||||
pop( & context_ext().stack )
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user