mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-03 23:56:43 +00:00 
			
		
		
		
	fix last commit, also reacts to ToggleWireframe and not only twf
This commit is contained in:
		
							parent
							
								
									40e23fe26f
								
							
						
					
					
						commit
						899aa5b870
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -146,6 +146,7 @@ namespace MWScript
 | 
				
			||||||
            extensions.registerInstruction ("tcb", "", opcodeToggleCollisionDebug);
 | 
					            extensions.registerInstruction ("tcb", "", opcodeToggleCollisionDebug);
 | 
				
			||||||
            extensions.registerInstruction ("tcg", "", opcodeToggleCollisionDebug);
 | 
					            extensions.registerInstruction ("tcg", "", opcodeToggleCollisionDebug);
 | 
				
			||||||
            extensions.registerInstruction ("twf", "", opcodeToggleWireframe);
 | 
					            extensions.registerInstruction ("twf", "", opcodeToggleWireframe);
 | 
				
			||||||
 | 
					            extensions.registerInstruction ("togglewireframe", "", opcodeToggleWireframe);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        void installOpcodes (Interpreter::Interpreter& interpreter)
 | 
					        void installOpcodes (Interpreter::Interpreter& interpreter)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue